-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "jamesjgu-art-portfolio",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.14.3",
"nodemon": "^1.11.0",
"prettier": "^1.6.1",
"react-scripts": "^1.1.4"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"babel-register": "^6.26.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"html-minifier": "^3.5.15",
"ignore-styles": "^5.0.1",
"object.values": "^1.0.4",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-feather": "^1.1.0",
"react-medium-image-zoom": "^3.0.10",
"react-modal": "^3.4.4",
"react-router-dom": "^4.2.2",
"serialize-javascript": "^1.5.0",
"styled-components": "^3.2.6",
"webpack": "^3.11.0"
},
"scripts": {
"start": "node server/bootstrap.js",
"eject": "react-scripts eject",
"precommit": "npm test"
},
"eslintConfig": {
"rules": {},
"extends": "./.eslintrc.js"
}
}