-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
49 lines (49 loc) · 1.2 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.5.2",
"@mapbox/rehype-prism": "^0.9.0",
"antd": "^5.22.5",
"axios": "^1.7.9",
"copy-webpack-plugin": "^12.0.2",
"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": "^7.0.2",
"react-scripts": "^5.0.1",
"remark-gfm": "^4.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired 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.2.1",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"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"
]
}
}