-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "vectortile-test-viewer",
"version": "1.0.0",
"author": "anton.bakker@kadaster.nl",
"license": "MIT",
"scripts": {
"start": "parcel serve index.html",
"build": "parcel build --public-url . index.html"
},
"devDependencies": {
"@parcel/optimizer-cssnano": "^2.0.0",
"@parcel/optimizer-htmlnano": "^2.0.0",
"@parcel/packager-css": "^2.0.0",
"@parcel/packager-html": "^2.0.0",
"@parcel/transformer-css": "^2.0.0",
"@parcel/transformer-html": "^2.0.0",
"@parcel/transformer-inline-string": "^2.0.0",
"@parcel/transformer-postcss": "^2.0.0",
"@parcel/transformer-posthtml": "^2.0.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"parcel": "^2.0.0",
"postcss": "^8.3.5"
},
"dependencies": {
"datalist-polyfill": "^1.24.4",
"normalize.css": "^8.0.1",
"ol": "^6.9.0",
"proj4": "^2.7.4"
}
}