-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.94 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
{
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-typescript": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.7",
"@mdx-js/loader": "^1.5.7",
"@open-wc/demoing-storybook": "^1.15.2",
"@shadow-ui/storybook-theme": "^0.0.0",
"@storybook/addon-a11y": "^5.3.17",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-backgrounds": "^5.3.17",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-docs": "^5.3.17",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addon-storysource": "^5.3.17",
"@storybook/addon-viewport": "^5.3.17",
"@storybook/addons": "^5.3.13",
"@storybook/preset-typescript": "^2.1.0",
"@storybook/react": "^5.3.17",
"@storybook/theming": "^5.3.17",
"@storybook/web-components": "^5.3.15",
"@types/glob": "^7.1.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.7.1",
"@types/webpack": "^4.41.8",
"babel-loader": "^8.0.6",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-transform-mdx": "^0.1.5",
"glob": "^7.1.6",
"jest": "^25.2.3",
"jest-image-snapshot": "^3.0.1",
"lerna": "^3.20.2",
"lit-html": "^1.1.2",
"react-docgen-typescript-loader": "^3.6.0",
"storybook": "^5.3.13",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.8.1",
"tslib": "^1.10.0",
"typed-css-modules": "^0.6.3",
"typescript": "^3.7.5"
},
"dependencies": {
"@shadow-ui/core": "file:packages/core",
"@shadow-ui/tokens": "file:packages/tokens",
"@shadow-ui/utils": "file:packages/utils"
},
"scripts": {
"build-storybook": "build-storybook",
"start": "start-storybook -p 8011",
"test": "jest"
}
}