-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 909 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
{
"name": "york-and-dante",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"gsap": "^3.9.1",
"history": "5",
"imagesloaded": "^4.1.4",
"locomotive-scroll": "^4.1.4",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-fast-marquee": "^1.1.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1",
"react-transition-group": "^4.3.0",
"splitting": "^1.0.6",
"vite-plugin-svgr": "^0.2.0"
},
"devDependencies": {
"@types/history": "^5.0.0",
"@types/imagesloaded": "^4.1.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4",
"@vitejs/plugin-react-refresh": "^1.3.1",
"sass": "^1.32.8",
"typescript": "^4.1.2",
"vite": "^2.1.3"
}
}