-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "personal_map",
"version": "0.0.3",
"main": "index.js",
"author": "Jordan Cole <code@ratafia.info>",
"license": "MIT",
"devDependencies": {
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^4.2.0",
"leaflet": "^1.5.1",
"leaflet.visualclick": "^1.1.4",
"prebaked-geojson-map": "^1.0.7",
"serve": "^11.3.2",
"style-loader": "^1.0.0",
"topojson": "^3.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"eslint/**/acorn": ">=7.1.1",
"kind-of": "^6.0.3",
"minimist": ">=1.2.3",
"serialize-javascript": ">=2.1.1",
"webpack-cli/**/yargs-parser": ">=13.1.2"
},
"scripts": {
"build": "npm run lint && webpack --progress",
"buildwatch": "webpack --progress --watch",
"lint": "eslint src/",
"start": "serve"
}
}