-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "mirrors-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@mapbox/rehype-prism": "^0.9.0",
"antd": "^5.11.5",
"axios": "^1.6.2",
"copy-webpack-plugin": "^11.0.0",
"prismjs": "^1.29.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.20.0",
"react-scripts": "^5.0.1",
"remark-gfm": "^4.0.0"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired --openssl-legacy-provider test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"babel-plugin-import": "^1.8.3",
"customize-cra": "^1.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"pretty-quick": "^3.1.3",
"react-app-rewired": "^2.1.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
]
}
}