-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "kure-kosen-map",
"version": "1.0.0",
"main": "index.js",
"repository": "ssh://[email protected]/kobakazu0429/kure-kosen-map.git",
"author": "kobakakzu0429 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .ts,.tsx ./src --fix"
},
"dependencies": {
"@turf/turf": "^6.0.0",
"eventmit": "^1.1.0",
"flexsearch": "^0.6.32",
"mapbox-gl": "1.13.2",
"neuicons": "^1.9.0",
"next": "^12.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"recoil": "^0.6.0",
"tailwindcss": "^3.0.0",
"three": "^0.124.0"
},
"devDependencies": {
"@kobakazu0429/eslint-config-typescript-react": "3.0.8",
"@types/geojson": "7946.0.10",
"@types/mapbox-gl": "1.13.3",
"@types/node": "16.11.45",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"eslint": "8.10.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.4.4",
"typescript": "4.6.4"
}
}