-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 Bytes
/
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
40
{
"name": "ezsports",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"create-react-class": "^15.6.3",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"webpack": "^4.5.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"foundation-sites": "^6.4.4-rc1",
"node-sass": "^4.8.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.7",
"react-router": "^3.0.2",
"redux": "^3.7.2",
"sass-loader": "^7.0.1",
"script-loader": "^0.7.2",
"style-loader": "^0.21.0"
}
}