-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 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
{
"name": "battlefy",
"version": "1.0.0",
"description": "LoL Stat Tracker",
"main": "index.js",
"scripts": {
"start": "node server/start.js",
"dev": "webpack -w --mode=development & nodemon server/start.js"
},
"author": "Ruth Naebeck",
"license": "ISC",
"dependencies": {
"@material-ui/core": "3.2.0",
"@material-ui/icons": "3.0.1",
"axios": "0.19.2",
"bluebird": "3.5.2",
"express": "4.16.3",
"leaguejs": "2.0.0",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-redux": "5.0.7",
"react-router": "3.2.1",
"redis": "2.8.0",
"redux": "4.0.0",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.4",
"nodemon": "2.0.4",
"webpack": "4.43.0",
"webpack-cli": "3.3.12"
}
}