mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-09 16:43:02 +01:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "racemash",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore --ext .ts,.vue",
|
|
"prettier-format": "prettier --config .prettierrc --ignore-path .gitignore --write \"./**/*.{vue,js,ts}\""
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"glicko2-lite": "^3.2.0",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.2.0",
|
|
"vue-router": "^4.0.0",
|
|
"vuetify": "^3.3.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.2.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-vuetify": "^1.0.0",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
}
|