-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 Bytes
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
{
"name": "fucodo-elements",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"prestorybook": "node ./check-node.js",
"storybook": "node -r ./unset-crypto.cjs ./node_modules/.bin/storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Jonas Knobloch",
"license": "MIT",
"description": "",
"devDependencies": {
"@storybook/addon-a11y": "^10.3.3",
"@storybook/addon-docs": "^10.2.17",
"@storybook/html": "^10.2.17",
"@storybook/web-components-vite": "^10.2.17",
"esbuild": "^0.25.9",
"esbuild-sass-plugin": "^3.3.1",
"lit": "^3.3.1",
"storybook": "^10.2.17"
},
"engines": {
"node": ">=18.18.0"
},
"dependencies": {
"glob": "^12.0.0",
"path": "^0.12.7",
"remark-gfm": "^4.0.1",
"vanilla-tilt": "^1.8.1"
}
}