-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "qds-hackathon",
"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.15",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.1",
"axios": "^1.2.2",
"chart.js": "^4.1.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"faker": "^5.5.3",
"framer-motion": "^8.2.4",
"leaflet": "^1.9.3",
"leaflet-css": "^0.1.0",
"leaflet-defaulticon-compatibility": "^0.1.1",
"lottie-react": "^2.3.1",
"next": "13.1.1",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.0",
"react-type-animation": "^2.1.2",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"autoprefixer": "^10.4.13",
"babel-plugin-styled-components": "^2.0.7",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}