-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1003 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1003 Bytes
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
{
"name": "btj-mapping",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --fix",
"build": "webpack",
"serve": "serve --no-clipboard ./",
"all": "npm run lint && npm run build && npm run serve",
"watch": "nodemon --exec 'npm run all' --watch ./"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@fboes/geojson": "^1.4.1",
"bootstrap": "^5.3.3",
"consola": "^3.2.3",
"csv-parse": "^5.5.6",
"jquery": "^3.7.1",
"leaflet": "^1.9.4"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@html-eslint/eslint-plugin": "^0.25.0",
"@html-eslint/parser": "^0.25.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"css-loader": "^7.1.2",
"eslint": "^9.7.0",
"file-loader": "^6.2.0",
"globals": "^15.8.0",
"nodemon": "^3.1.4",
"serve": "^14.2.3",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"type": "module"
}