-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
40
41
42
43
44
{
"name": "SmashBrosApp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build ./www/index.html",
"start": "parcel ./www/index.html",
"test": "jest --no-cache"
},
"jest": {
"setupFiles": [
"./test/jestsetup.js"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"css-loader": "^3.2.0",
"express": "^4.16.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^5.0.1",
"redux": "^3.7.2",
"request": "^2.88.0",
"style-loader": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.6",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"file-loader": "^4.2.0",
"jest": "^23.5.0",
"parcel-bundler": "^1.12.4",
"react-test-renderer": "^16.4.2",
"sass": "^1.24.2"
}
}