-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"type": "module",
"scripts": {
"start": "vite dev",
"lint": "svelte-check --tsconfig ./tsconfig.json && prettier --check . && eslint ."
},
"dependencies": {
"@prisma/client": "^4.8.1",
"@skeletonlabs/skeleton": "^0.92.2",
"@stytch/vanilla-js": "^0.5.4",
"@sveltejs/kit": "^1.0.11",
"stytch": "^5.18.0",
"svelte": "^3.55.1",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.13",
"classnames": "^2.3.2",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.2",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.8.1",
"svelte-check": "^3.0.2",
"svelte-preprocess": "^4.10.7",
"vite": "^4.0.4"
}
}