-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.47 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
{
"name": "cmp-docs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.14.9",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"js-yaml": "^4.1.0",
"markdown-to-jsx": "^7.3.2",
"react": "^17.0.1",
"react-day-and-night-toggle": "^1.0.18",
"react-dom": "^17.0.1",
"react-icons": "^4.11.0",
"react-lazy-load-image-component": "^1.6.0",
"react-markdown": "^8.0.7",
"react-pro-sidebar": "^1.1.0-alpha.1",
"react-pure-modal": "^2.2.5",
"react-redux": "^8.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"react-tooltip": "^5.26.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"typescript": "^4.9.5",
"web-vitals": "^0.2.4",
"webpack": "^5.90.1"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"file-loader": "^6.2.0",
"gh-pages": "^6.0.0"
}
}