-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.88 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
{
"name": "website-ijust.cc",
"private": true,
"type": "module",
"scripts": {
"build": "NITRO_PRESET=node-server nuxt build && cp scf_bootstrap dist/scf_bootstrap",
"vercel:build": "NITRO_PRESET=vercel nuxt build && cp scf_bootstrap dist/scf_bootstrap",
"cloudflareBuild": "NITRO_EXP_CLOUDFLARE_DYNAMIC_IMPORTS=1 NITRO_PRESET=cloudflare nuxt build && cp scf_bootstrap dist/scf_bootstrap",
"build:cf": "npm run cloudflareBuild",
"dev:local:cf": "wrangler dev dist/server/index.mjs --site dist/public --local",
"deploy:cf": "wrangler deploy",
"deploy:laf": "cd deploy/laf && nr deploy:laf",
"clean": "rm -rf dist dist.zip",
"dev": "nuxt dev",
"generate": "nuxt generate",
"g": "nuxt generate",
"preview": "nuxt preview",
"start": "PORT=9000 node ./dist/server/index.mjs",
"format": "prettier --write .",
"zip": "zip -r dist.zip dist",
"ssg:preview": "npx serve dist/public",
"laf:deploy": "laf storage push owt9b9-website-ijustcc dist/public"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.11",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.5.2",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/trianglify": "^1.2.3",
"nuxt": "^3.13.2",
"nuxt-feedme": "^1.0.0",
"nuxt-icon": "^0.5.0",
"prettier": "^3.3.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2"
},
"dependencies": {
"@nuxt/image": "1.0.0-rc.3",
"@varlet/touch-emulator": "^2.22.8",
"@varlet/ui": "^2.22.8",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"html-to-image": "^1.11.11",
"lucide-vue-next": "^0.286.0",
"radix-vue": "^0.4.1",
"sitemap": "^7.1.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"unstorage-xlog-driver": "^0.0.1"
}
}