LP_Casino_Deeplink/package.json

28 lines
642 B
JSON
Raw Normal View History

2023-03-21 07:56:57 +00:00
{
"name": "lp-casino-deeplink",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "npm run dev",
"dev": "vite --host",
"serve": "vue-cli-service serve",
"build": "vite build",
"build1": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vue/cli": "^5.0.4",
"@vue/compiler-sfc": "^3.2.32",
"bootstrap": "^5.1.3",
"element-plus": "^2.1.9",
"moment": "^2.29.2",
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^4.0.0",
"vue-tsc": "^0.29.8"
},
"@vue/compiler-sfc": "file: node_modules/@vue/compiler-sfc"
}