mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 14:09:58 +00:00
Remove some more unused dependencies and remove prepare script
This commit is contained in:
parent
5ae0d10bf2
commit
f7d8c29e97
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@ -38,5 +38,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci --no-audit
|
||||
|
||||
- name: Build for production
|
||||
run: npm run build:production
|
||||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
|
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -38,5 +38,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci --no-audit
|
||||
|
||||
- name: Build for production
|
||||
run: npm run build:production
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
11516
package-lock.json
generated
11516
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -21,7 +21,6 @@
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "6.8.1",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.10.0",
|
||||
"eslint-import-resolver-typescript": "2.7.1",
|
||||
@ -45,7 +44,6 @@
|
||||
"ts-jest": "29.1.1",
|
||||
"ts-loader": "9.4.4",
|
||||
"ts-node": "10.1.0",
|
||||
"tsconfig-paths": "3.10.1",
|
||||
"typescript": "4.3.5",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "5.88.2",
|
||||
@ -53,14 +51,6 @@
|
||||
"webpack-dev-server": "4.15.1",
|
||||
"webpack-merge": "5.9.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"yarn": "YARN NO LONGER USED - use npm instead."
|
||||
},
|
||||
"homepage": "https://jellyfin.org/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"repository": {
|
||||
@ -73,7 +63,6 @@
|
||||
"lint": "npm run lint:code && npm run lint:css && npm run prettier",
|
||||
"lint:code": "eslint --ext .ts,.js,.json .",
|
||||
"lint:css": "stylelint **/*.css",
|
||||
"prepare": "npm run build:production",
|
||||
"prettier": "prettier --check .",
|
||||
"start": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack serve --config webpack.config.ts",
|
||||
"test": "jest --silent",
|
||||
|
Loading…
Reference in New Issue
Block a user