-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.82 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
{
"name": "wallace-collection",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=8.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"package": "svelte-kit package",
"prepare": "svelte-kit sync",
"start": "node build/index.js",
"postinstall": "npx prisma generate && npx prisma migrate deploy",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@gumlet/gif-resize": "^1.3.1",
"@prisma/client": "^5.10.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/bcryptjs": "^2.4.6",
"@types/fluent-ffmpeg": "^2.1.26",
"@zerodevx/svelte-toast": "^0.9.5",
"alchemy-sdk": "^3.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.7.7",
"axios-retry": "^4.0.0",
"bcryptjs": "^2.4.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"file-type": "^18.7.0",
"imagekit": "^5.0.0",
"opensea-js": "^7.0.9",
"opensea-sdk": "^1.0.0",
"path": "^0.12.7",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"prisma": "^5.10.1",
"sass": "^1.69.5",
"slugify": "^1.6.6",
"svelte": "^4.0.5",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.0",
"uuid": "^9.0.1"
},
"type": "module",
"dependencies": {
"@ffprobe-installer/ffprobe": "^2.1.2",
"@img/sharp-libvips-win32-x64": "^1.0.2",
"@sveltejs/adapter-vercel": "^1.0.6",
"@sveltejs/kit": "^1.11.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"sharp": "^0.33.5",
"vite": "^4.5.0"
}
}