2015-12-13 12:42:28 +08:00
|
|
|
{
|
|
|
|
"name": "koel",
|
|
|
|
"author": "Phan An <me@phanan.net>",
|
2020-04-22 23:46:07 +02:00
|
|
|
"homepage": "https://koel.dev",
|
2015-12-13 12:42:28 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"description": "A personal music streaming server that works",
|
|
|
|
"keywords": [
|
|
|
|
"music",
|
|
|
|
"audio",
|
|
|
|
"stream"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-04-22 23:46:07 +02:00
|
|
|
"url": "https://github.com/koel/koel"
|
2015-12-13 12:42:28 +08:00
|
|
|
},
|
2022-04-15 16:24:30 +02:00
|
|
|
"dependencies": {
|
2022-07-15 09:23:55 +02: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 16:24:30 +02:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"compare-versions": "^3.5.1",
|
|
|
|
"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",
|
2022-05-07 11:26:32 +02:00
|
|
|
"select": "^1.1.2",
|
2022-04-15 16:24:30 +02:00
|
|
|
"sketch-js": "^1.1.3",
|
|
|
|
"slugify": "^1.0.2",
|
|
|
|
"vue": "^3.2.32",
|
2022-04-15 19:00:08 +02:00
|
|
|
"vue-global-events": "^2.1.1",
|
2022-04-15 16:24:30 +02:00
|
|
|
"youtube-player": "^3.0.4"
|
|
|
|
},
|
2016-06-29 12:19:47 +08:00
|
|
|
"devDependencies": {
|
2022-04-29 15:32:12 +02:00
|
|
|
"@babel/core": "^7.17.9",
|
2022-04-15 16:24:30 +02:00
|
|
|
"@babel/polyfill": "^7.8.7",
|
|
|
|
"@babel/preset-env": "^7.9.6",
|
2022-05-02 09:21:14 +02:00
|
|
|
"@faker-js/faker": "^6.2.0",
|
2022-10-25 19:29:56 +02:00
|
|
|
"@floating-ui/dom": "^1.0.3",
|
2022-04-15 16:24:30 +02:00
|
|
|
"@testing-library/cypress": "^8.0.2",
|
2022-05-02 20:53:19 +02:00
|
|
|
"@testing-library/vue": "^6.5.1",
|
2022-04-15 16:24:30 +02:00
|
|
|
"@types/axios": "^0.14.0",
|
|
|
|
"@types/blueimp-md5": "^2.7.0",
|
|
|
|
"@types/local-storage": "^1.4.0",
|
|
|
|
"@types/lodash": "^4.14.150",
|
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
|
"@types/pusher-js": "^4.2.2",
|
|
|
|
"@types/youtube-player": "^5.5.2",
|
2022-05-03 19:39:46 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
2021-01-03 19:50:55 +01:00
|
|
|
"@typescript-eslint/parser": "^4.11.1",
|
2022-10-09 13:23:22 +02:00
|
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
|
|
"@vue/test-utils": "^2.1.0",
|
2022-04-15 16:24:30 +02:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"cypress": "^9.5.4",
|
2022-05-03 19:02:00 +02:00
|
|
|
"eslint": "^8.14.0",
|
2022-04-15 16:24:30 +02: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 19:02:00 +02:00
|
|
|
"eslint-plugin-vue": "^8.7.1",
|
2022-05-02 09:21:14 +02:00
|
|
|
"factoria": "^4.0.0",
|
2022-04-15 16:24:30 +02:00
|
|
|
"file-loader": "^1.1.6",
|
2020-09-06 23:33:17 +02:00
|
|
|
"husky": "^4.2.5",
|
2022-05-12 15:21:14 +02:00
|
|
|
"jest-serializer-vue": "^2.0.2",
|
2022-05-14 16:45:48 +02:00
|
|
|
"jsdom": "^19.0.0",
|
2020-12-30 11:11:08 +01:00
|
|
|
"kill-port": "^1.6.1",
|
2022-10-09 13:23:22 +02:00
|
|
|
"laravel-vite-plugin": "^0.6.1",
|
2020-09-06 23:33:17 +02:00
|
|
|
"lint-staged": "^10.3.0",
|
2022-04-15 16:24:30 +02:00
|
|
|
"postcss": "^8.4.12",
|
2020-05-06 22:35:35 +02:00
|
|
|
"resolve-url-loader": "^3.1.1",
|
2022-04-15 16:24:30 +02:00
|
|
|
"sass": "^1.50.0",
|
|
|
|
"sass-loader": "^12.6.0",
|
2022-04-29 15:32:12 +02:00
|
|
|
"start-server-and-test": "^1.14.0",
|
2022-05-01 14:14:48 +02:00
|
|
|
"ts-loader": "^9.3.0",
|
2022-10-24 21:13:47 +02:00
|
|
|
"typescript": "^4.8.4",
|
2022-10-09 13:23:22 +02:00
|
|
|
"vite": "^3.1.6",
|
|
|
|
"vitest": "^0.24.0",
|
2022-05-29 23:07:18 +02:00
|
|
|
"vue-loader": "^16.2.0",
|
2022-04-15 16:24:30 +02:00
|
|
|
"webpack": "^5.72.0",
|
|
|
|
"webpack-node-externals": "^3.0.0"
|
2016-06-29 12:19:47 +08:00
|
|
|
},
|
2015-12-13 12:42:28 +08:00
|
|
|
"scripts": {
|
2022-05-16 18:55:54 +02:00
|
|
|
"lint": "eslint ./resources/assets/js/**/*.ts --no-error-on-unmatched-pattern && eslint ./cypress/**/*.ts --no-error-on-unmatched-pattern",
|
2022-05-02 09:21:14 +02:00
|
|
|
"test:unit": "vitest",
|
2022-05-16 09:34:18 +02:00
|
|
|
"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 12:47:46 +02:00
|
|
|
"build": "vite build",
|
2022-07-04 18:10:58 +02:00
|
|
|
"build-demo": "cross-env VITE_KOEL_ENV=demo vite build",
|
2022-07-25 10:35:15 +02:00
|
|
|
"dev": "kill-port 8000 && start-test 'php artisan serve --port=8000 --quiet' http-get://localhost:8000/api/ping vite",
|
|
|
|
"prod": "npm run production"
|
2020-04-12 11:18:12 +02:00
|
|
|
},
|
2020-09-06 23:33:17 +02:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
2021-01-03 19:50:55 +01:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"**/*.php": [
|
|
|
|
"composer cs"
|
|
|
|
],
|
2022-04-21 20:12:11 +02:00
|
|
|
"resources/assets/**/*.ts": [
|
2021-01-03 19:50:55 +01:00
|
|
|
"eslint"
|
2022-04-25 19:38:33 +03:00
|
|
|
],
|
|
|
|
"cypress/**/*.ts": [
|
|
|
|
"eslint"
|
2021-01-03 19:50:55 +01:00
|
|
|
]
|
2020-09-06 23:33:17 +02:00
|
|
|
}
|
2015-12-13 12:42:28 +08:00
|
|
|
}
|