-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.61 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
{
"name": "personal-site",
"version": "0.1.3",
"devDependencies": {
"@flydotio/dockerfile": "latest",
"@playwright/test": "^1.38.1",
"@storyblok/svelte": "^3.1.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-themes": "^7.4.6",
"@storybook/blocks": "^7.4.6",
"@storybook/svelte": "^7.4.6",
"@storybook/sveltekit": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@supabase/supabase-js": "^2.38.2",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.25.0",
"@types/cookie": "^0.5.2",
"@types/pg": "^8.10.7",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.16",
"chromatic": "^7.4.0",
"cookie": "^0.5.0",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-svelte": "^2.30.0",
"fauna": "^1.2.0",
"node-postgres": "^0.6.2",
"pg": "^8.11.3",
"postcss": "^8.4.31",
"postgres": "^3.4.2",
"posthog-node": "^3.1.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.68.0",
"signature_pad": "^4.1.4",
"storybook": "^7.4.6",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"sveltekit-i18n": "^2.2.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"xss": "^1.0.14"
},
"scripts": {
"dev": "vite dev --port=8080 --host --config=vite.config.js",
"build": "vite build --config=vite.build.config.js",
"package": "svelte-kit package",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --exit-zero-on-changes",
"drizzle:introspect": "npx drizzle-kit introspect:pg && rm -f drizzle/*.sql && rm -rf drizzle/meta"
},
"type": "module",
"_id": "[email protected]"
}