-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 924 Bytes
/
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
{
"name": "WindsorEssexCycling",
"version": "1.0.0",
"description": "Bicycle-oriented map maintained by Windsor Hackforge.",
"type": "module",
"scripts": {
"lint": "eslint src",
"format": "prettier --write src",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"leaflet": "1.9.2",
"tingle.js": "0.16.0",
"xstate": "4.34.0"
},
"devDependencies": {
"@xstate/cli": "^0.3.3",
"@types/geojson": "^7946.0.10",
"@types/leaflet": "1.9.0",
"@types/tingle.js": "0.13.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"keywords": [],
"author": "Windsor Hackforge",
"license": "GPLv3"
}