summaryrefslogtreecommitdiff
path: root/app/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-11-12 11:37:43 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-11-12 11:37:59 +0100
commit190259bb0f512d881a1dc852ff0c68dd41aeb434 (patch)
treea69841d83fcb7df6809b0389e88e0dcb20c2fd7d /app/package.json
parent35c2260f3b23de24a8fdc4c4a96151124ae7ccdf (diff)
Init
Diffstat (limited to 'app/package.json')
-rw-r--r--app/package.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json
new file mode 100644
index 0000000..8027c5e
--- /dev/null
+++ b/app/package.json
@@ -0,0 +1,52 @@
+{
+ "name": "M6",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "test:unit": "vue-cli-service test:unit",
+ "test:e2e": "vue-cli-service test:e2e",
+ "lint": "vue-cli-service lint"
+ },
+ "dependencies": {
+ "@capacitor/app": "4.1.0",
+ "@capacitor/core": "4.4.0",
+ "@capacitor/haptics": "4.0.1",
+ "@capacitor/keyboard": "4.0.1",
+ "@capacitor/status-bar": "4.0.1",
+ "@ionic/vue": "^6.0.0",
+ "@ionic/vue-router": "^6.0.0",
+ "core-js": "^3.6.5",
+ "dart-sass": "^1.25.0",
+ "ionicons": "^6.0.3",
+ "sass": "^1.56.1",
+ "sass-loader": "^13.2.0",
+ "vue": "^3.2.21",
+ "vue-router": "^4.0.12"
+ },
+ "devDependencies": {
+ "@capacitor/cli": "4.4.0",
+ "@types/jest": "^27.0.2",
+ "@typescript-eslint/eslint-plugin": "^5.6.0",
+ "@typescript-eslint/parser": "^5.6.0",
+ "@vue/cli-plugin-babel": "~5.0.0-rc.1",
+ "@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
+ "@vue/cli-plugin-eslint": "~5.0.0-rc.1",
+ "@vue/cli-plugin-router": "~5.0.0-rc.1",
+ "@vue/cli-plugin-typescript": "~5.0.0-rc.1",
+ "@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
+ "@vue/cli-service": "~5.0.0-rc.1",
+ "@vue/eslint-config-typescript": "^9.1.0",
+ "@vue/test-utils": "^2.0.0-rc.16",
+ "@vue/vue3-jest": "^27.0.0-alpha.3",
+ "babel-jest": "^27.3.1",
+ "cypress": "^8.7.0",
+ "eslint": "^8.4.1",
+ "eslint-plugin-vue": "^8.2.0",
+ "jest": "^27.3.1",
+ "ts-jest": "^27.0.7",
+ "typescript": "^4.3.5"
+ },
+ "description": "A project for Internet Security class"
+}