-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "ncuhome_new_site",
"version": "0.0.0",
"license": "GPLV3",
"scripts": {
"dev": "vite --open --force",
"build": "vite build"
},
"dependencies": {
"ga-lite": "^2.1.4",
"minimist": "^1.2.6",
"react": "^17.0.0",
"react-countup": "^6.0.0",
"react-dom": "^17.0.0",
"react-helmet-async": "^1.2.2",
"react-responsive-modal": "^6.2.0",
"react-router-dom": "^5.3.0",
"react-slick": "^0.28.1",
"react-toastify": "^8.1.0",
"react-transition-group": "^4.4.2",
"react-use": "^17.3.1",
"react-visibility-sensor": "^5.1.1",
"reset.css": "^2.0.2",
"scrollreveal": "^4.0.9",
"seamless-scroll-polyfill": "^2.1.6",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/node": "^17.0.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.2",
"@types/react-slick": "^0.23.5",
"@types/react-transition-group": "^4.4.4",
"@types/scrollreveal": "^0.0.7",
"@vitejs/plugin-react": "^1.1.4",
"compression": "^1.7.4",
"express": "^4.17.2",
"sass": "^1.39.0",
"ts-node": "^10.4.0",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vite-ssr": "^0.15.0"
}
}