-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"homepage": "https://chumarie.github.io/",
"name": "rect-vite",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.12.0",
"react-router-dom": "^6.10.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.3.1",
"video-react": "^0.16.0",
"video.js": "^8.3.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"@types/tailwindcss": "^3.1.0",
"@types/video-react": "^0.15.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}