-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.47 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
74
75
76
{
"name": "macbisdesign",
"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/macbisdesign/macbisdesign.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-component-starter.git"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"builddev": "stencil build --watch",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs-build",
"chromatic": "npx chromatic --project-token=d2343c62f72c --exit-zero-on-changes"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.18.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.15",
"@stencil/core": "^3.2.2",
"@storybook/theming": "^7.0.24",
"@types/react": ">=17.0.0 <18.0.0 || >=18.0.0 <19.0.0",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": ">=17.0.0",
"react-scripts": "^5.0.1",
"typescript": ">=4.7.4",
"webpack": "^5.82.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/html": "^6.5.16",
"@storybook/manager-webpack4": "^6.5.16",
"@storybook/testing-library": "0.0.13",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.37",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.4",
"html-webpack-plugin": "^5.5.3",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"puppeteer": "^19.5.2"
},
"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": "macbisdesign@0.0.1"
}