-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
37
38
39
40
41
42
43
{
"name": "@yannduval/atelier",
"description": "Atelier is a web component library that use simplicity for fast building applications.",
"version": "0.1.0-alpha",
"private": false,
"keywords": [
"lit-element",
"web-components",
"design-system"
],
"author": "Yann Duval <yann.duval@gmx.fr>",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build-storybook": "build-storybook",
"storybook": "start-storybook -s public -p 6006"
},
"main": "./dist/index.js",
"files": [
"dist",
"types"
],
"exports": {
".": "./dist/*"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/web-components": "^6.2.9",
"babel-loader": "8.2.2",
"lit-html": "^1.4.1",
"storybook": "6.2.9",
"ts-lit-plugin": "1.2.1",
"typescript": "4.1.3",
"vite": "2.2.3"
},
"dependencies": {
"lit": "^2.0.0-rc.1",
"lit-html-dev": "npm:lit-html@2.0.0-rc.2"
}
}