-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 850 Bytes
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
{
"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.3.1",
"@vitejs/plugin-react": "6.0.1",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"rollup-plugin-bundle-stats": "4.22.1",
"rollup-plugin-webpack-stats": "3.1.1",
"vite": "8.0.10"
},
"dependencies": {
"antd": "4.18.6",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "2.0.10",
"react-markdown": "8.0.7",
"react-router-dom": "6.2.1",
"swr": "1.3.0"
}
}