-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "picocss-storybook",
"version": "1.0.0",
"description": "Storybook Skeleton for PicoCSS Theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6009",
"build-storybook": "storybook build",
"format": "js-beautify -r -s 2 \"stories/**/*.stories.{jsx,js}\""
},
"keywords": [
"pico",
"picocss",
"css",
"framework"
],
"author": "Erik Pöhler <info@erikpoehler.com>",
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.8",
"@storybook/html": "^8.0.8",
"@storybook/html-webpack5": "^8.0.8",
"@storybook/manager-api": "^8.0.8",
"@storybook/test": "^8.0.8",
"@storybook/theming": "^8.0.8",
"@swc/core": "^1.4.5",
"jackspeak": "2.3.6",
"storybook": "^8.0.8",
"storybook-addon-sass-postcss": "^0.2.0",
"swc-loader": "^0.2.6"
},
"dependencies": {
"@picocss/pico": "^2.0.3",
"@storybook/addon-a11y": "^8.0.8",
"css-declaration-sorter": "^7.1.1",
"js-beautify": "^1.15.1",
"postcss": "^8.4.35",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"styled-components": "^6.1.8",
"webpack": "^5.90.3"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}