-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.6 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --dotenv .env.production",
"dev": "nuxt dev --host --dotenv .env.development",
"generate": "nuxt generate --dotenv .env.production",
"preview": "nuxt preview --dotenv .env.production",
"postinstall": "nuxt prepare --dotenv .env.production",
"prod": "nuxt build --dotenv .env.production && cross-env NITRO_PORT=3008 NODE_ENV=production node .output/server/index.mjs"
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@pinia/nuxt": "^0.11.1",
"cross-env": "^7.0.3",
"nuxt": "^3.17.5",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.3.0",
"vite": "^6.3.5",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@nuxtjs/tailwindcss": "6.11.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "3.4.1"
},
"version": "1.0.0",
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
"main": "tailwind.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/937bb/937bbAPI_web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/937bb/937bbAPI_web/issues"
},
"homepage": "https://github.com/937bb/937bbAPI_web#readme"
}