34 lines
865 B
JSON
34 lines
865 B
JSON
{
|
|
"name": "stockingly-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"core-js": "^3.29.0",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.2.0",
|
|
"vue-router": "^4.0.0",
|
|
"vuetify": "^3.2.3",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.21.4",
|
|
"@types/node": "^18.15.0",
|
|
"@types/webfontloader": "^1.6.35",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"sass": "^1.60.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-vuetify": "^1.0.0",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
}
|