-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.06 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": "@npolar/placenames",
"type": "module",
"version": "4.0.2",
"description": "[Place names](https://stadnamn.npolar.no/) app built with ES2019 web components",
"devDependencies": {
"eslint": "=6.8.0",
"prettier": "=2.0.5",
"rollup": "=1.32.1",
"rollup-plugin-commonjs": "=10.1.0",
"rollup-plugin-eslint": "<7",
"rollup-plugin-filesize": "<7",
"rollup-plugin-live-server": "<2",
"rollup-plugin-node-resolve": "<6",
"rollup-plugin-terser": "<6"
},
"dependencies": {
"@npolar/fetch-api": "https://github.com/npolar/fetch-api#v1.0.0",
"@npolar/mdc": "https://github.com/npolar/mdc#v0.11.0",
"@npolar/patch-event": "https://github.com/npolar/patch-event#v1.0.1",
"leaflet": "=1.7.1",
"lit-element": "=2.3.1"
},
"scripts": {
"eslint": "eslint src/",
"pretest": "yarn eslint",
"test": "exit 0",
"prebuild": "./bin/copy-assets",
"predev": "yarn prebuild",
"dev": "yarn build && yarn rollup -c -w",
"build": "yarn rollup -c"
},
"vaadin": {
"disableUsageStatistics": true
}
}