-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
41
42
43
44
45
46
47
48
{
"name": "roadflow-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@firebase/app": "^0.10.16",
"@firebase/auth": "^1.8.1",
"@next/third-parties": "^15.0.3",
"@reduxjs/toolkit": "^2.3.0",
"@types/node": "18.15.12",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.4.1",
"axios": "^1.3.6",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"firebase": "^11.0.2",
"formik": "^2.2.9",
"framer-motion": "^10.12.4",
"js-cookie": "^3.0.5",
"next": "13.3.0",
"next-redux-wrapper": "^8.1.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^9.1.2",
"react-share": "^5.1.1",
"typescript": "5.0.4",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/nprogress": "^0.2.0",
"@types/react-redux": "^7.1.34"
}
}