-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.93 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "smart_plant-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@types/react-dropzone": "^5.1.0",
"@types/react-icons": "^3.0.0",
"@types/recoil": "^0.0.9",
"@uiw/react-heat-map": "^2.2.2",
"@uiw/react-tooltip": "^4.22.3",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"cal-heatmap": "^4.2.4",
"chart.js": "^4.4.2",
"framer-motion": "^11.1.7",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^5.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-heatmap-grid": "^0.9.0",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-tooltip": "^5.26.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.1.8",
"sweetalert2": "^11.11.0",
"swiper": "^11.1.3"
},
"devDependencies": {
"@types/cal-heatmap": "^3.5.39",
"@types/faker": "^5.5.3",
"@types/react": "^18.2.66",
"@types/react-calendar-heatmap": "^1.6.7",
"@types/react-dom": "^18.2.22",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"faker": "^5.5.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}