-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dalia-workshop",
"version": "0.1.0",
"private": true,
"homepage": "https://sumn2u.github.io/dalia-workshop/",
"dependencies": {
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"bootstrap": "^4.1.3",
"connected-react-router": "^4.4.0",
"dom-testing-library": "^3.5.1",
"formik": "^1.3.0",
"jest-dom": "^1.12.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.2",
"react-notify-toast": "^0.5.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "2.0.4",
"react-testing-library": "^5.0.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": " REACT_APP_ENV='production' react-scripts build",
"build:github": " REACT_APP_ENV='github' react-scripts build",
"test:dev": "react-scripts test --env=jsdom",
"test": "CI=true react-scripts test --env=jsdom",
"test:coverage": "npm test -- --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"gh-pages": "^1.2.0",
"react-test-renderer": "^16.5.0",
"redux-devtools-extension": "^2.13.5",
"sinon": "^6.3.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}