-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gresumereact",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"nib": "^1.1.2",
"react-scripts": "1.0.7",
"stylus": "^0.54.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"stylus": "stylus -u nib -c -w -o public/css/style.css src/index.styl"
},
"description": "Professional Resume CV Template in ReactJS",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gndx/gresume-react.git"
},
"keywords": [
"Gresume",
"react",
"jsx"
],
"author": "Oscar Barajas <oscar@dragons.mx>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gndx/gresume-react/issues"
},
"homepage": "https://github.com/gndx/gresume-react#readme"
}