-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 KB
/
package.json
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
{
"name": "v-build",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.1",
"body-parser": "^1.17.2",
"enzyme": "^2.9.1",
"express": "^4.15.3",
"foreman": "^2.0.0",
"glamor": "^2.20.25",
"glamorous": "^3.23.4",
"marked": "^0.3.6",
"mongoose": "^4.10.0",
"nodemon": "^1.11.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-select": "^1.0.0-rc.4",
"react-sortable-hoc": "^0.6.3",
"react-virtualized-select": "^3.0.1"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-standard": "^3.0.1",
"react-scripts": "1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}