-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "yorimichi",
"version": "0.0.2",
"description": "あしあとをシェアしよう🐾",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"build:watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cocon/yorimichi.git"
},
"keywords": [
"leaflet"
],
"author": "YUUKIToriyama <github@toriyama.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cocon/yorimichi/issues"
},
"homepage": "https://github.com/Cocon/yorimichi#readme",
"devDependencies": {
"@types/leaflet": "^1.7.4",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.5",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"history": "^4.10.1",
"leaflet": "^1.7.1",
"leaflet.mouseposition.ts": "^0.0.3",
"leaflet.vectorgrid": "^1.3.0",
"materialui-component-collection": "^0.9.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
}
}