-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "euaccassets.dev-local",
"version": "1.0.0",
"description": "Library of Digital Assets for EU/Acc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-docs": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.2.6",
"@storybook/manager-api": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/theming": "^8.2.6",
"@storybook/vue3": "^8.2.6",
"@storybook/vue3-webpack5": "^8.2.6",
"@types/styled-components": "^5.1.34",
"@vue/compiler-sfc": "^3.4.34",
"css-loader": "^7.1.2",
"storybook": "^8.2.6",
"style-loader": "^4.0.0",
"vue-loader": "^17.4.2"
},
"dependencies": {
"styled-components": "^6.1.12"
}
}