-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "interactive-plugins",
"version": "1.1.7",
"description": "A project generated from aunty's svelte project template.",
"license": "MIT",
"private": true,
"contributors": [
"Ash Kyd <[email protected]>"
],
"aunty": {
"type": "svelte"
},
"scripts": {
"start": "aunty serve",
"dev": "aunty serve",
"test": "aunty test",
"storybook": "storybook dev -p 6007 --ci",
"build-storybook": "storybook build"
},
"devDependencies": {
"@abcnews/aunty": "^15.0.3",
"@chromatic-com/storybook": "^1.4.0",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.2",
"@storybook/svelte": "^8.1.2",
"@storybook/svelte-webpack5": "^8.1.2",
"@storybook/test": "^8.1.2",
"@testing-library/svelte": "^5.1.0",
"@types/jest": "^29.5.12",
"@types/webpack-env": "^1.18.5",
"storybook": "^8.1.2"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.1.1",
"@abcnews/env-utils": "^3.1.0",
"@abcnews/mount-utils": "^3.0.0",
"svelte": "^4.2.17"
}
}