-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
{
"name": "@sharpen-com/kezuri",
"description": "The Sharpen Design System",
"license": "MIT",
"version": "0.14.3",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"repository": {
"type": "git",
"url": "https://github.com/coggen/kezuri.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build",
"watch": "stencil build --watch",
"start": "stencil build --dev --watch --serve --port 3000",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "stencil build && storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@stencil/core": "4.11",
"@storybook/test": "^8.2.7",
"tether": "^2.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@stencil/sass": "^3.0.5",
"@storybook/addon-a11y": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-mdx-gfm": "^8.2.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.2.7",
"@storybook/html": "^8.2.7",
"@storybook/html-webpack5": "^8.2.7",
"@storybook/manager-api": "^8.2.7",
"@storybook/theming": "^8.2.7",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^22.12.1",
"storybook": "^8.2.7"
}
}