-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 940 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
41
42
{
"name": "Dischord",
"private": true,
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"actioncable": "^5.2.4-1",
"babel-loader": "^8.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
"node": "13.9.0",
"npm": "6.13.7"
},
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"minimist": ">=1.2.3"
},
"scripts": {
"postinstall": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}