-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1001 Bytes
/
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
{
"name": "example-vanilla",
"version": "0.0.0",
"description": "Webcomponent example-vanilla following open-wc recommendations",
"author": "example-vanilla",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"repository": "https://github.com/open-wc/open-wc/",
"dependencies": {
"lit-html": "^0.12.0"
},
"scripts": {
"lint:eslint": "eslint --ext .js,.html .",
"build-site": "npm run vuepress:build && npm run storybook:build",
"storybook:build": "build-storybook -o _site/demos",
"storybook:start": "start-storybook",
"test": "karma start",
"test:bs": "karma start karma-bs.config.js",
"vuepress:build": "vuepress build docs",
"vuepress:start": "vuepress dev docs"
},
"devDependencies": {
"@open-wc/eslint-config": "^0.1.1",
"@open-wc/storybook": "^0.1.1",
"@open-wc/testing": "^0.2.0",
"@open-wc/testing-karma": "^0.1.0",
"@open-wc/testing-karma-bs": "^0.0.1",
"vuepress": "^1.0.0-alpha.8"
}
}