-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
{
"name": "portfoliosite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npx wrangler pages deploy dist",
"fmt": "bunx prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/svelte": "^5.7.0",
"@astrojs/tailwind": "^5.1.0",
"@lottiefiles/dotlottie-svelte": "^0.4.3",
"@lottiefiles/svelte-lottie-player": "^0.3.1",
"astro": "^4.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.320.0",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"shadcn-svelte": "latest",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@skeletonlabs/skeleton": "^2.9.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@typescript-eslint/parser": "^6.20.0",
"better-sqlite3": "^9.4.5",
"commitlint-config-gitmoji": "^2.3.1",
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.30.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"microcms-js-sdk": "^3.1.1",
"kit-monorepo": "sveltejs/kit",
"npm-run-all": "^4.1.5",
"prettier-plugin-svelte": "^3.1.2",
"tailwind-merge": "^2.4.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"volta": {
"node": "20.12.2"
}
}