43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "lifetracker-vue",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
|
"format": "prettier . --write",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@handsontable/vue3": "^12.3.3",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"appwrite": "^11.0.0",
|
|
"axios": "^1.4.0",
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
"eslint-plugin-vue": "^9.12.0",
|
|
"handsontable": "^12.3.3",
|
|
"luxon": "^3.3.0",
|
|
"moment": "^2.29.4",
|
|
"node": "^20.0.0",
|
|
"pinia": "^2.0.35",
|
|
"semver": "^7.5.1",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.14.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "2.8.8",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^4.1.4",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
}
|