-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 952 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
{
"name": "resume-builder",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev:functions": "cd functions && npm run serve",
"build": "tsc && vite build --mode production",
"preview": "vite preview",
"deploy:hosting": "npm run build && firebase deploy --only hosting",
"deploy:functions": "cd functions && firebase deploy --only functions"
},
"dependencies": {
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"firebase": "^9.6.6",
"framer-motion": "^5.6.0",
"pagedjs": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-sortable-hoc": "^2.0.0"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}