-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.87 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
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@covalent/components",
"version": "1.0.12",
"description": "a catalog of material components for covalent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lib:build": "webpack",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"chromatic": "npx chromatic",
"style-dictionary": "cd lib/tokens && style-dictionary build",
"build-storybook": "build-storybook"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.8",
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/html": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/testing-library": "0.0.13",
"@storybook/theming": "^6.5.9",
"@webpack-cli/serve": "^1.5.1",
"anysort": "^2.0.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.5.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"lit-scss-loader": "^1.1.0",
"sass": "^1.50.0",
"sass-loader": "^10.2.1",
"storybook-addon-designs": "^6.3.1",
"storybook-dark-mode": "1.1.o",
"style-dictionary": "^3.7.0",
"ts-lit-plugin": "^1.2.1",
"ts-loader": "^9.3.1",
"typescript": "^4.4.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@material/dialog": "^13.0.0",
"@material/mwc-button": "^0.25.1",
"@material/mwc-checkbox": "^0.25.1",
"@material/mwc-circular-progress": "^0.25.1",
"@material/mwc-dialog": "^0.25.1",
"@material/mwc-drawer": "^0.25.1",
"@material/mwc-formfield": "^0.25.1",
"@material/mwc-icon-button": "^0.25.1",
"@material/mwc-linear-progress": "^0.25.1",
"@material/mwc-list": "^0.25.1",
"@material/mwc-select": "^0.25.1",
"@material/mwc-slider": "^0.25.1",
"@material/mwc-snackbar": "^0.25.1",
"@material/mwc-switch": "^0.25.1",
"@material/mwc-tab": "^0.25.1",
"@material/mwc-tab-bar": "^0.25.1",
"@material/mwc-textarea": "^0.25.1",
"@material/mwc-textfield": "^0.25.1",
"@material/mwc-top-app-bar": "^0.25.1",
"@material/mwc-top-app-bar-fixed": "^0.25.1",
"@material/theme": "^13.0.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"lit": "^2.2.8",
"material-components-web": "^13.0.0",
"skeleton-elements": "^3.4.0"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "https://github.com/owilliams320/covalent-sigma.git"
},
"bugs": {
"url": "https://github.com/owilliams320/covalent-sigma/issues"
},
"homepage": "https://github.com/owilliams320/covalent-sigma#readme"
}