lts-stats-web/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2023-01-06 01:25:42 +01:00
{
"name": "lts-stats-web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2023-01-06 16:34:22 +01:00
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
2023-01-15 16:06:42 +01:00
"serve": "npm run build && http-server ./dist -c-1",
"docker-build": "docker build -t arhuako/ltsweb ."
2023-01-06 01:25:42 +01:00
},
"dependencies": {
2023-01-06 16:34:22 +01:00
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.13",
"@popperjs/core": "^2.11.6",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
2023-01-15 16:06:42 +01:00
"lodash": "^4.17.21",
2023-01-06 16:34:22 +01:00
"moment": "^2.29.4",
"redis": "^4.5.1",
2023-01-06 01:25:42 +01:00
"vue": "^3.2.45",
2023-01-15 16:06:42 +01:00
"vue-loading-overlay": "^6.0.2",
"vue-mobile-detection": "^2.0.1",
2023-01-06 01:25:42 +01:00
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
2023-01-06 16:34:22 +01:00
"bulma": "^0.9.4",
2023-01-06 01:25:42 +01:00
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
2023-01-06 16:34:22 +01:00
"http-server": "^14.1.1",
2023-01-06 01:25:42 +01:00
"prettier": "^2.7.1",
2023-01-06 16:34:22 +01:00
"sass": "^1.57.1",
2023-01-06 01:25:42 +01:00
"vite": "^4.0.0"
}
}