-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 Bytes
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
{
"name": "task-tracker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "^3.0.2",
"react": "^16.13.1",
"react-beforeunload": "^1.1.1",
"react-dom": "^16.13.1",
"react-redux": "^5.1.2",
"react-scripts": "1.1.4",
"react-smooth-dnd": "^0.5.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "SET NODE_ENV=production && npm run start-js",
"start-js": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "jest",
"test:watch": "npm test -- --watch --env=jsdom"
},
"devDependencies": {
"babel-jest": "^24.9.0",
"enzyme": "^3.11.0",
"jest": "^24.9.0",
"npm-run-all": "^4.1.5",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.13.1"
}
}