-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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": "@_1602/json-viewer",
"private": false,
"version": "0.1.0",
"type": "module",
"main": "dist/json-viewer.es.js",
"files": [
"dist/*"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"preversion": "npm run build",
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags && npm publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook",
"chromatic": "npx chromatic --project-token=chpt_d3dae0ad12f1428"
},
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-a11y": "^8.3.4",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-interactions": "^8.3.4",
"@storybook/addon-links": "^8.3.4",
"@storybook/blocks": "^8.3.4",
"@storybook/test": "^8.3.4",
"@storybook/web-components": "^8.3.4",
"@storybook/web-components-vite": "^8.3.4",
"chromatic": "^11.4.1",
"lit": "^3.1.3",
"storybook": "^8.3.4",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}