-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "kexie-web",
"version": "0.0.0",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@types/linkify-it": "^3.0.5",
"@types/node": "^12.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.0.0",
"@types/react-router-dom": "^5.1.7",
"antd": "^4.15.5",
"axios": "^0.21.1",
"highlight.js": "^10.7.2",
"hosted-git-info": "^2.8.9",
"is-svg": "4.2.2",
"markdown-it": "^12.0.6",
"postcss": "8.2.10",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-slick": "^0.30.2",
"sass": "^1.35.1",
"slick-carousel": "^1.8.1",
"typescript": "^4.1.2",
"vanta": "^0.5.21",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@types/markdown-it": "^12.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"@vitejs/plugin-react-refresh": "^1.3.1",
"less": "^4.1.1",
"node-sass": "^6.0.1",
"typescript": "^4.1.2",
"vite": "^2.3.4"
}
}