first
This commit is contained in:
48
safekiso_admin/package.json
Normal file
48
safekiso_admin/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "cross-env NITRO_PRESET=node nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"lint": "eslint --ext .ts,.vue",
|
||||
"lint:fix": "eslint --ext .ts,.vue --fix",
|
||||
"deploy:dev": "tar -czf client.tgz .output/ && aws s3 mv client.tgz s3://bucket-g9bbf2/pond_v2:safekiso/dist/dev/ --profile safekiso",
|
||||
"deploy:mng": "tar -czf client.tgz .output/ && aws s3 mv client.tgz s3://bucket-g9bbf2/pond_v2:safekiso/dist/mng/ --profile safekiso",
|
||||
"deploy:prod": "tar -czf client.tgz .output/ && aws s3 mv client.tgz s3://bucket-g9bbf2/pond_v2:safekiso/dist/prod/ --profile safekiso"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@headlessui/vue": "^1.6.5",
|
||||
"@heroicons/vue": "^2.0.10",
|
||||
"@nuxt/content": "^2.0.1",
|
||||
"@nuxtjs/moment": "^1.6.1",
|
||||
"@nuxtjs/tailwindcss": "^5.3.1",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.0",
|
||||
"@tailwindcss/forms": "^0.5.2",
|
||||
"@tailwindcss/line-clamp": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"@typescript-eslint/parser": "^5.29.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^9.1.1",
|
||||
"nuxt": "3.0.0-rc.4",
|
||||
"postcss": "^8.4.14",
|
||||
"tailwindcss": "^3.1.4",
|
||||
"vue-eslint-parser": "^9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fawmi/vue-google-maps": "^0.9.72",
|
||||
"@vuepic/vue-datepicker": "^3.4.4",
|
||||
"@vueup/vue-quill": "^1.0.0-beta.9",
|
||||
"chart.js": "^3.8.0",
|
||||
"dayjs": "^1.11.3",
|
||||
"quill-blot-formatter": "^1.0.5",
|
||||
"vue-chartjs": "^4.1.1",
|
||||
"vue-json-pretty": "^2.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user