-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "design-system",
"version": "0.0.1",
"description": "Stencil Component Starter",
"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",
"unpkg": "dist/design-system/design-system.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-component-starter.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_7c471b671e1ab58"
},
"dependencies": {
"@stencil/core": "^2.13.0",
"@stencil/sass": "^3.0.4",
"vite": "^4.3.8"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-controls": "^7.0.20",
"@storybook/addon-docs": "^7.0.20",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-notes": "^4.1.18",
"@storybook/blocks": "^7.0.12",
"@storybook/builder-webpack4": "^6.5.12",
"@storybook/html": "^7.0.12",
"@storybook/html-vite": "^7.0.12",
"@storybook/manager-webpack4": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^27.0.3",
"babel-loader": "^8.2.5",
"chromatic": "^6.18.2",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"puppeteer": "^20.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.12",
"nx": "16.7.4",
"nx-cloud": "latest"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil-component-starter/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/ionic-team/stencil-component-starter#readme",
"_id": "design-system@0.0.1",
"nx": {
"targets": {}
}
}