-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.79 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
{
"name": "correctcode",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.1.1",
"@types/codemirror": "0.0.74",
"@types/highlight.js": "^9.12.3",
"@types/history": "^4.7.2",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/marked": "^0.6.5",
"@types/node": "^11.12.2",
"@types/query-string": "^6.3.0",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.1.0",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.19",
"@types/styled-components": "^4.1.14",
"@types/yup": "^0.26.13",
"axios": "^0.19.0",
"codemirror": "^5.47.0",
"date-fns": "^1.30.1",
"formik": "^1.5.4",
"highlight.js": "^9.15.8",
"history": "^4.9.0",
"immer": "^3.1.1",
"lodash": "^4.17.15",
"marked": "^0.6.2",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"renoti": "^1.2.0",
"styled-components": "^5.0.0-beta.1",
"yup": "^0.27.0"
},
"scripts": {
"analyze": "rm -rf ./analyze && source-map-explorer 'build/static/js/*.js' --html ./analyze/result.html",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://35.212.191.174",
"devDependencies": {
"source-map-explorer": "^2.0.0",
"typescript": "^3.5.1"
}
}