diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-06 23:55:12 +0300 |
| commit | 4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch) | |
| tree | 179edfca03618395939df1c3afccf2c90c64d424 /frontend/package.json | |
| parent | (#20) successful integration of demo upload to drive (diff) | |
| download | lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2 lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip | |
what the fuck is this mess (#21)
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/frontend/package.json b/frontend/package.json deleted file mode 100644 index 73b3551..0000000 --- a/frontend/package.json +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | { | ||
| 2 | "name": "frontend", | ||
| 3 | "version": "0.0.0", | ||
| 4 | "scripts": { | ||
| 5 | "dev": "vite", | ||
| 6 | "build": "run-p type-check build-only", | ||
| 7 | "preview": "vite preview", | ||
| 8 | "build-only": "vite build", | ||
| 9 | "type-check": "vue-tsc --noEmit", | ||
| 10 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | ||
| 11 | }, | ||
| 12 | "dependencies": { | ||
| 13 | "pinia": "^2.0.23", | ||
| 14 | "vue": "^3.2.41", | ||
| 15 | "vue-router": "^4.1.5" | ||
| 16 | }, | ||
| 17 | "devDependencies": { | ||
| 18 | "@rushstack/eslint-patch": "^1.1.4", | ||
| 19 | "@types/node": "^16.11.68", | ||
| 20 | "@vitejs/plugin-vue": "^3.1.2", | ||
| 21 | "@vitejs/plugin-vue-jsx": "^2.0.1", | ||
| 22 | "@vue/eslint-config-prettier": "^7.0.0", | ||
| 23 | "@vue/eslint-config-typescript": "^11.0.0", | ||
| 24 | "@vue/tsconfig": "^0.1.3", | ||
| 25 | "eslint": "^8.22.0", | ||
| 26 | "eslint-plugin-vue": "^9.3.0", | ||
| 27 | "npm-run-all": "^4.1.5", | ||
| 28 | "prettier": "^2.7.1", | ||
| 29 | "typescript": "~4.7.4", | ||
| 30 | "vite": "^3.1.8", | ||
| 31 | "vue-tsc": "^1.0.8" | ||
| 32 | } | ||
| 33 | } | ||