2019-03-30 22:55:48 +00:00
|
|
|
{
|
2019-05-17 21:29:17 +00:00
|
|
|
"name": "leaguestats-frontend",
|
2019-03-30 22:55:48 +00:00
|
|
|
"private": true,
|
2023-09-20 20:01:43 +00:00
|
|
|
"version": "0.1.0",
|
2019-03-30 22:55:48 +00:00
|
|
|
"scripts": {
|
2023-09-20 20:01:43 +00:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview --port 8080",
|
|
|
|
|
"lint": "eslint --ext .js,.ts,.jsx,.tsx,.vue --ignore-path .eslintignore .",
|
|
|
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,css,vue}\" --ignore-path .prettierignore"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/eslint-parser": "^7.22.15",
|
2023-11-03 20:44:56 +00:00
|
|
|
"@babel/preset-env": "^7.23.2",
|
2023-09-21 10:45:52 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.6",
|
2023-09-20 20:01:43 +00:00
|
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
2023-11-03 20:44:56 +00:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-09-20 20:01:43 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-11-03 20:44:56 +00:00
|
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
|
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
|
|
|
"postcss": "^8.4.31",
|
2023-09-20 20:01:43 +00:00
|
|
|
"postcss-import": "^12.0.1",
|
2023-09-21 10:52:17 +00:00
|
|
|
"prettier": "^3.0.3",
|
2023-11-03 20:44:56 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
|
|
|
"tailwindcss": "^3.3.5",
|
|
|
|
|
"vite": "^4.5.0",
|
2023-09-20 20:01:43 +00:00
|
|
|
"vite-plugin-eslint": "^1.8.1"
|
2019-03-30 22:55:48 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-11-03 20:44:56 +00:00
|
|
|
"axios": "^1.6.0",
|
2022-02-16 22:51:06 +00:00
|
|
|
"portal-vue": "^2.1.7",
|
2023-09-20 20:01:43 +00:00
|
|
|
"vue": "^2.7.14",
|
2020-03-31 12:23:43 +00:00
|
|
|
"vue-content-loader": "^0.2.3",
|
2020-06-26 15:27:22 +00:00
|
|
|
"vue-meta": "^2.4.0",
|
2023-09-20 20:01:43 +00:00
|
|
|
"vue-router": "^3.6.5",
|
2020-08-12 12:21:14 +00:00
|
|
|
"vue-sticky-sidebar": "^1.0.5",
|
2021-03-03 20:42:57 +00:00
|
|
|
"vuex": "^3.6.2"
|
2019-03-30 22:55:48 +00:00
|
|
|
}
|
|
|
|
|
}
|