koel/package.json

123 lines
3.8 KiB
JSON
Raw Permalink Normal View History

2015-12-13 04:42:28 +00:00
{
"name": "koel",
"author": "Phan An <me@phanan.net>",
2020-04-22 21:46:07 +00:00
"homepage": "https://koel.dev",
2015-12-13 04:42:28 +00:00
"license": "MIT",
"description": "A personal music streaming server that works",
"keywords": [
"music",
"audio",
"stream"
],
"repository": {
"type": "git",
2020-04-22 21:46:07 +00:00
"url": "https://github.com/koel/koel"
2015-12-13 04:42:28 +00:00
},
2022-04-15 14:24:30 +00:00
"dependencies": {
2022-07-15 07:23:55 +00:00
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
2022-04-15 14:24:30 +00:00
"axios": "^0.21.1",
"compare-versions": "^3.5.1",
2024-05-19 05:49:42 +00:00
"dompurify": "^3.1.4",
"fuse.js": "^7.0.0",
2022-04-15 14:24:30 +00:00
"ismobilejs": "^0.4.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.19",
"nouislider": "^14.0.2",
"nprogress": "^0.2.0",
"plyr": "1.5.x",
"pusher-js": "^4.1.0",
"select": "^1.1.2",
2022-04-15 14:24:30 +00:00
"sketch-js": "^1.1.3",
"slugify": "^1.0.2",
2022-11-06 17:09:06 +00:00
"three": "^0.146.0",
"tiny-typed-emitter": "^2.1.0",
2023-08-20 22:35:58 +00:00
"vue": "^3.3.4",
2022-04-15 14:24:30 +00:00
"youtube-player": "^3.0.4"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
2022-05-02 07:21:14 +00:00
"@faker-js/faker": "^6.2.0",
"@floating-ui/dom": "^1.0.3",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^6.6.1",
2022-04-15 14:24:30 +00:00
"@types/axios": "^0.14.0",
2024-05-19 05:49:42 +00:00
"@types/dompurify": "^3.0.5",
2022-04-15 14:24:30 +00:00
"@types/local-storage": "^1.4.0",
"@types/lodash": "^4.14.150",
"@types/nprogress": "^0.2.0",
"@types/pusher-js": "^4.2.2",
2022-11-06 17:09:06 +00:00
"@types/three": "^0.144.0",
2022-04-15 14:24:30 +00:00
"@types/youtube-player": "^5.5.2",
2022-05-03 17:39:46 +00:00
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^4.11.1",
"@vitejs/plugin-vue": "^5.0.4",
2024-05-08 09:11:32 +00:00
"@vueuse/components": "^10.9.0",
2024-03-16 18:11:08 +00:00
"@vueuse/core": "^10.9.0",
2024-04-03 14:48:52 +00:00
"@vueuse/integrations": "^10.9.0",
"add": "^2.0.6",
2024-04-04 20:13:35 +00:00
"autoprefixer": "^10.4.19",
2022-04-15 14:24:30 +00:00
"cross-env": "^7.0.3",
"cypress": "^9.5.4",
2022-05-03 17:02:00 +00:00
"eslint": "^8.14.0",
2022-04-15 14:24:30 +00:00
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
2022-05-03 17:02:00 +00:00
"eslint-plugin-vue": "^8.7.1",
2024-03-19 22:48:12 +00:00
"events": "^3.3.0",
2022-05-02 07:21:14 +00:00
"factoria": "^4.0.0",
"husky": "^9.1.5",
"jest-serializer-vue": "^2.0.2",
2024-03-19 22:48:12 +00:00
"js-md5": "^0.8.3",
2022-05-14 14:45:48 +00:00
"jsdom": "^19.0.0",
"kill-port": "^1.6.1",
"laravel-vite-plugin": "^1.0.2",
"lint-staged": "^10.3.0",
"lucide-vue-next": "^0.363.0",
2024-04-04 20:13:35 +00:00
"postcss": "^8.4.38",
2024-04-04 22:20:42 +00:00
"postcss-mixins": "^10.0.0",
2024-04-04 20:13:35 +00:00
"postcss-nested": "^6.0.1",
2024-04-03 14:48:52 +00:00
"qrcode": "^1",
"start-server-and-test": "^2.0.3",
2024-04-04 22:20:42 +00:00
"tailwindcss": "^3.4.3",
2022-10-24 19:13:47 +00:00
"typescript": "^4.8.4",
2024-03-19 22:48:12 +00:00
"vite": "^5.1.6",
2024-03-17 18:28:39 +00:00
"vitepress": "^1.0.0-rc.45",
2022-10-09 11:23:22 +00:00
"vitest": "^0.24.0",
"vue-advanced-cropper": "^2.8.8",
"yarn": "^1.22.22"
},
2015-12-13 04:42:28 +00:00
"scripts": {
"lint": "eslint ./resources/assets/js/**/*.ts --no-error-on-unmatched-pattern && eslint ./cypress/**/*.ts --no-error-on-unmatched-pattern",
2024-03-19 22:48:12 +00:00
"test": "vitest",
2022-05-02 07:21:14 +00:00
"test:unit": "vitest",
"test:e2e": "kill-port 8080 && start-test dev http-get://localhost:8080/api/ping 'cypress open'",
"test:e2e:ci": "kill-port 8080 && start-test 'php artisan serve --port=8080 --quiet' http-get://localhost:8080/api/ping 'cypress run --browser chromium'",
2022-06-10 10:47:46 +00:00
"build": "vite build",
2022-07-04 16:10:58 +00:00
"build-demo": "cross-env VITE_KOEL_ENV=demo vite build",
2024-03-24 11:39:36 +00:00
"dev": "kill-port 8000 && start-test 'php artisan serve --port=8000 --quiet' 'http://127.0.0.1:8000/api/ping' 'vite'",
2024-03-17 18:28:39 +00:00
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"prepare": "husky"
},
"lint-staged": {
"**/*.php": [
"composer cs"
],
"resources/assets/**/*.ts": [
"eslint"
2022-04-25 16:38:33 +00:00
],
"cypress/**/*.ts": [
"eslint"
]
2024-03-18 09:27:42 +00:00
},
2024-03-19 22:48:12 +00:00
"type": "module",
2024-03-18 09:27:42 +00:00
"packageManager": "yarn@1.22.19"
}