-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 979 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": "ncuplatform",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"antd": "^4.24.10",
"axios": "^1.4.0",
"csstype": "^3.0.10",
"framer-motion": "^10.12.16",
"gsap": "^3.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.12.1",
"react-scrollama": "^2.3.2",
"react-use-clipboard": "^1.0.9",
"swiper": "^9.3.2",
"vite": "^3.2.7",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^17.0.60",
"@types/react-dom": "^17.0.20",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vite-plugin-imp": "^2.4.0"
}
}