-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·85 lines (85 loc) · 2.4 KB
/
package.json
File metadata and controls
executable file
·85 lines (85 loc) · 2.4 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "react-blog-admin",
"version": "0.1.0",
"homepage": "/admin/",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.3.6",
"@hot-loader/react-dom": "^16.13.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/pickers": "^3.2.10",
"@reduxjs/toolkit": "^1.1.0",
"@sentry/browser": "^5.15.5",
"@sentry/integrations": "^5.15.5",
"axios": "^0.19.2",
"braft-editor": "^2.3.9",
"braft-extensions": "^0.1.0",
"clsx": "^1.1.1",
"date-fns": "^2.11.0",
"draft-js-prism": "^1.0.6",
"draftjs-utils": "^0.10.2",
"immutable": "3.8.2",
"marked": "^0.8.0",
"material-ui-flat-pagination": "^4.1.0",
"postinstall-postinstall": "^2.1.0",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-table": "^7.2.1",
"scheduler": "latest",
"uuid": "^7.0.2",
"yup": "^0.28.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"pro_build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"flow": "flow"
},
"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",
"@welldone-software/why-did-you-render": "^4.0.6",
"customize-cra": "^0.9.1",
"envify": "^4.1.0",
"flow-bin": "^0.123.0",
"image-webpack-loader": "^6.0.0",
"namor": "^2.0.2",
"npm-check-updates": "^4.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.6",
"react-test-renderer": "^16.13.0",
"source-map-explorer": "^2.4.1",
"terser": "^4.6.7",
"terser-brunch": "^4.0.0",
"uglifyify": "^5.0.2"
}
}