-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 Bytes
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
{
"name": "@codescouts/interview",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode production ",
"predeploy": "npm run build",
"deploy": "netlify deploy --dir ./dist --prod",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@codescouts/store": "^1.0.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^10.11.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.8.0",
"react-router-dom": "6",
"reactjs-flip-card": "^2.0.2"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vite-plugin-html-env": "^1.2.7",
"netlify-cli": "^13.2.2"
}
}