-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.75 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.75 KB
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
{
"name": "excessive-motion-gui",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.7.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --plugin-search-dir . --write .",
"check-format": "prettier --plugin-search-dir . --check .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.1.3",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-interactions": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/blocks": "^7.4.2",
"@storybook/svelte": "^7.4.2",
"@storybook/sveltekit": "^7.4.2",
"@storybook/testing-library": "^0.2.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-svelte": "^2.33.1",
"prettier": "3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.67.0",
"storybook": "^7.4.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"type": "module"
}