Initial commit
This commit is contained in:
commit
ba6d48f434
22 changed files with 1520 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "ts-lyceum-front",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quasar/extras": "^1.16.5",
|
||||
"@quasar/vite-plugin": "^1.4.1",
|
||||
"axios": "^1.4.0",
|
||||
"quasar": "^2.12.4",
|
||||
"vue": "^3.3.4",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"vite": "^4.3.9"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue