-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "minmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"chakra-ui-autocomplete": "^1.4.2",
"classnames": "^2.5.1",
"color-interpolate": "^1.0.5",
"framer-motion": "^11.0.5",
"google-spreadsheet": "^4.1.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"next": "^14.1.1",
"next-shynet": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "4.2.1",
"react-leaflet-custom-control": "^1.4.0",
"react-responsive": "^9.0.2",
"sass": "^1.71.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"format-imports": "^4.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.{ts,tsx}": "yarn format-imports"
},
"importSorter": {
"quoteMark": "double"
}
}