-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.83 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": "react-ratel",
"version": "0.0.2",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.10",
"@types/jest": "24.0.12",
"@types/node": "11.13.8",
"@types/react": "16.8.15",
"@types/react-dom": "16.8.4",
"@types/react-redux": "^7.0.8",
"classnames": "^2.2.6",
"codemirror": "^5.43.0",
"connected-react-router": "^6.4.0",
"formik": "^1.5.4",
"formik-material-ui": "0.0.16",
"node-sass": "^4.12.0",
"prismjs": "^1.16.0",
"qiniu-js": "^2.5.3",
"react": "^16.8.6",
"react-cropper": "^1.2.0",
"react-dom": "^16.8.6",
"react-html-parser": "^2.0.2",
"react-markdown": "^4.0.8",
"react-motion": "^0.5.2",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"redux": "^4.0.1",
"redux-observable": "^1.1.0",
"redux-starter-kit": "^0.5.1",
"rxjs": "^6.5.1",
"typescript": "3.4.5",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/classnames": "^2.2.7",
"@types/codemirror": "0.0.73",
"@types/cropperjs": "^1.1.5",
"@types/prismjs": "^1.16.0",
"@types/qiniu-js": "^2.5.0",
"@types/react-cropper": "^0.10.6",
"@types/react-html-parser": "^2.0.0",
"@types/react-motion": "0.0.28",
"@types/react-router-dom": "^4.3.3",
"@types/yup": "^0.26.13"
}
}