-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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": "xindog-web-app",
"version": "1.0.0",
"private": true,
"homepage": ".",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"antd": "^5.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.0.0",
"moment": "2.30.1",
"prop-types": "^15.8.1",
"qrcode.react": "^3.0.2",
"react": "^18.0.0",
"react-compound-timer": "^1.2.0",
"react-content-loader": "^7.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-hover": "^3.0.1",
"react-loading-components": "^1.1.12",
"react-markdown": "^9.0.0",
"react-marquee": "^1.0.0",
"react-perfect-scrollbar": "^1.5.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1",
"react-swipeable-views": "^0.14.0",
"react-syntax-highlighter": "^15.5.0",
"react-typewriter": "^0.4.1",
"sass": "^1.62.1",
"validate.js": "^0.13.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.13.5",
"clsx": "^2.0.0",
"customize-cra": "^1.0.0",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "2.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}