-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1003 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
{
"name": "react-fe-interview",
"version": "0.1.0",
"private": true,
"jest": {
"verbose": true
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^2.8.0",
"gh-pages": "^0.12.0",
"html2json": "^1.0.2",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.9.0",
"react-test-renderer": "^15.4.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"localforage": "^1.5.0",
"node-uuid": "^1.4.7",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"clean": "rm -rf node_modules/gh-pages/.cache"
}
}