feat. 환경 세팅
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "nuxt4-multigame",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev:dev": "nuxt dev --dotenv .env.dev --host",
|
||||
"dev:sandbox": "nuxt dev --dotenv .env.sandbox --host",
|
||||
"dev:live": "nuxt dev --dotenv .env.live --host",
|
||||
"build": "nuxt build",
|
||||
"build:dev": "nuxt build --dotenv .env.dev",
|
||||
"build:sandbox": "nuxt build --dotenv .env.sandbox",
|
||||
"build:live": "nuxt build --dotenv .env.live",
|
||||
"preview": "nuxt preview",
|
||||
"typecheck": "nuxt typecheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/i18n": "^10.0.6",
|
||||
"@pinia/nuxt": "^0.6.1",
|
||||
"@vueuse/core": "^13.6.0",
|
||||
"@vueuse/nuxt": "^13.6.0",
|
||||
"h3": "^1.15.4",
|
||||
"nuxt": "^4.0.3",
|
||||
"pinia": "^2.3.1",
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/tailwindcss": "^6.14.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.20.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user