-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "calliope-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"pack": "node ./prebuild/packStaticFolder/index.cjs",
"start": "vite dev",
"dev": "node ./prebuild/packStaticFolder/index.cjs && vite dev",
"build": "node ./prebuild/packStaticFolder/index.cjs && vite build",
"deploy": "node ./prebuild/packStaticFolder/index.cjs && vite build && npx svelte-sitemap --domain https://calliope.cc --ignore '/1/**'",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_88ab602fbe36cb2"
},
"stackblitz": {
"startCommand": "pnpm i && pnpm run dev"
},
"devDependencies": {
"@iconify/json": "^2.2.102",
"@rodneylab/sveltekit-components": "^3.0.0",
"@storybook/addon-docs": "^7.4.1",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-interactions": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-mdx-gfm": "7.4.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-svelte-csf": "^4.0.5",
"@storybook/blocks": "^7.4.1",
"@storybook/svelte": "^7.4.1",
"@storybook/sveltekit": "^7.4.1",
"@storybook/testing-library": "^0.2.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"chromatic": "^6.22.0",
"clsx": "^2.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-svelte": "^2.30.0",
"fs-extra": "^11.1.1",
"mdsvex": "^0.11.0",
"mdsvex-relative-images": "github:Amerlander/mdsvex-relative-images",
"postcss": "^8.4.27",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^5.1.0",
"remark-unwrap-images": "^3.0.1",
"sass": "^1.65.1",
"storybook": "^7.4.1",
"super-sitemap": "^0.14.13",
"svelte": "^4.0.5",
"svelte-preprocess": "^5.0.4",
"svelte-sitemap": "^2.6.0",
"sveltekit-autoimport": "^1.7.0",
"sveltekit-embed": "^0.0.12",
"swiper": "^10.1.0",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^0.16.5",
"vanilla-lazyload": "^17.8.4",
"vite": "^4.4.2",
"vite-imagetools": "^5.0.7"
},
"type": "module",
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"dependencies": {
"body-scroll-lock": "^4.0.0-beta.0",
"svelte-persisted-store": "^0.9.0"
}
}