You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "geografia-fe-2-la-vendetta",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "vitest",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/app": "5.0.2",
|
|
"@capacitor/core": "5.0.4",
|
|
"@capacitor/haptics": "5.0.2",
|
|
"@capacitor/keyboard": "5.0.2",
|
|
"@capacitor/status-bar": "5.0.2",
|
|
"@ionic/vue": "^7.0.0",
|
|
"@ionic/vue-router": "^7.0.0",
|
|
"ionicons": "^7.0.0",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "5.0.4",
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/test-utils": "^2.3.0",
|
|
"cypress": "^12.7.0",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"jsdom": "^21.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0",
|
|
"vitest": "^0.29.2",
|
|
"vue-tsc": "^1.0.24"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|