mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
34 lines
852 B
JSON
34 lines
852 B
JSON
{
|
|
"name": "luckydiamond",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"deploy": "sh deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"bootstrap": "^5.3.2",
|
|
"core-js": "^3.8.3",
|
|
"mitt": "^3.0.1",
|
|
"swiper": "^11.0.5",
|
|
"vue": "^3.2.13",
|
|
"vue-recaptcha": "^3.0.0-alpha.6",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-recaptcha2": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3"
|
|
}
|
|
}
|