-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 881 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
{
"name": "flix-app",
"private": true,
"version": "0.0.0",
"engines": {
"node": "16.x"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"preview": "vite preview"
},
"dependencies": {
"firebase": "^9.13.0",
"ionicons": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-lorem-ipsum": "^1.4.10",
"react-router-dom": "^6.4.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.7",
"styled-components": "^5.3.6",
"vite-plugin-svgr": "^2.2.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.1.0",
"gh-pages": "^4.0.0",
"vite": "^3.1.0"
}
}