initial commit
This commit is contained in:
43
webapp/package.json
Normal file
43
webapp/package.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "webapp",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
"lint": "eslint . --fix",
|
||||
"format": "prettier --write src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@masonitestudios/dynamic-vue": "^0.2.0",
|
||||
"@tailwindcss/vite": "^4.0.6",
|
||||
"pinia": "^2.3.1",
|
||||
"tailwindcss": "^4.0.6",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/node": "^22.13.1",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue/eslint-config-prettier": "^10.1.0",
|
||||
"@vue/eslint-config-typescript": "^14.3.0",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"jiti": "^2.4.2",
|
||||
"npm-run-all2": "^7.0.2",
|
||||
"openapi-typescript-codegen": "^0.29.0",
|
||||
"prettier": "^3.4.2",
|
||||
"protoc": "^1.1.3",
|
||||
"ts-proto": "^2.6.1",
|
||||
"typescript": "~5.7.3",
|
||||
"vite": "^6.0.11",
|
||||
"vite-plugin-vue-devtools": "^7.7.1",
|
||||
"vue-tsc": "^2.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user