generated from btopro/polaris-chip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.7 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
42
43
44
45
46
47
48
{
"name": "polaris-chip",
"description": "Webcomponent polaris-chip following open-wc recommendations",
"license": "MIT",
"author": "polaris-chip",
"version": "0.0.0",
"scripts": {
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch",
"storybook": "npm run analyze -- --exclude dist && web-dev-server -c .storybook/server.mjs",
"storybook:build": "npm run analyze -- --exclude dist && build-storybook",
"build": "rimraf dist && rollup -c rollup.config.js && npm run analyze -- --exclude dist",
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
"analyze": "cem analyze --litelement",
"start": "web-dev-server"
},
"dependencies": {
"@lrnwebcomponents/d-d-d": "^8.0.2",
"@lrnwebcomponents/multiple-choice": "^8.0.0",
"@lrnwebcomponents/rpg-character": "^8.0.2",
"lit": "^3.1.2",
"rollup-plugin-copy": "^3.5.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/building-rollup": "^2.0.1",
"@open-wc/testing": "next",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@web/dev-server": "^0.1.28",
"@web/dev-server-storybook": "next",
"@web/rollup-plugin-html": "^1.10.1",
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
"@web/test-runner": "^0.13.22",
"babel-plugin-template-html-minifier": "^4.1.0",
"deepmerge": "^4.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^6.2.0"
},
"customElements": "custom-elements.json",
"main": "rollup.config.js",
"directories": {
"test": "test"
}
}