-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
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
{
"name": "example-vite",
"version": "1.0.1",
"description": "Vite example",
"main": "src/index.js",
"scripts": {
"build": "vite build",
"lint": "eslint src",
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@relative-ci/agent": "^4.1.3",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"rollup-plugin-bundle-stats": "^4.7.0-rc.5",
"rollup-plugin-webpack-stats": "2.0.4",
"vite": "^6.0.0"
},
"dependencies": {
"antd": "^4.18.6",
"classnames": "^2.3.1",
"date-fns": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-markdown": "^8.0.0",
"react-router-dom": "^6.2.1",
"swr": "^1.2.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}