-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 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": "bk-movie-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --port=3000 --open",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.3",
"dotenv": "^16.0.1",
"firebase": "^9.10.0",
"framer-motion": "^7.3.6",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"react-youtube": "^9.0.3",
"swiper": "^8.3.2"
},
"browserslist": [
"cover 99.5%"
],
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.12",
"sass": "^1.54.4",
"@vitejs/plugin-legacy": "2.2.0",
"cross-env": "7.0.3",
"vite-aliases": "0.9.2",
"vite": "^3.0.7"
}
}