-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.7.0",
"@types/jest": "^24.0.23",
"@types/node": "12.12.8",
"@types/react": "16.9.13",
"@types/react-bootstrap": "^0.32.20",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "^5.1.2",
"@types/react-transition-group": "^4.2.3",
"@types/underscore": "^1.9.4",
"bootstrap": "^4.3.1",
"firebase": "^7.4.0",
"firebase-tools": "^7.7.0",
"formik": "^2.0.4",
"global": "^4.4.0",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-test-renderer": "^16.12.0",
"react-transition-group": "^4.3.0",
"typescript": "^3.7.2",
"underscore": "^1.9.1",
"yarn": "^1.19.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"test:coverage": "set CI=true && react-scripts test --coverage",
"clean": "rm -rf node_modules",
"deploy": "yarn run build && firebase deploy --only hosting"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/react-test-renderer": "^16.9.1",
"@types/testing-library__user-event": "^4.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"ts-jest": "^24.1.0"
}
}