aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-22 19:07:14 +0300
commitd963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch)
tree33a362746201ebec46e7c741e40a530d5f32e38b /frontend/package.json
downloadlphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2
lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip
init
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
new file mode 100644
index 0000000..73b3551
--- /dev/null
+++ b/frontend/package.json
@@ -0,0 +1,33 @@
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}