mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-08 12:27:44 +00:00
chore: redundant deps are removed
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
"bootstrap": "pnpm install --shamefully-hoist",
|
"bootstrap": "pnpm install --shamefully-hoist",
|
||||||
"start": "npx webpack serve --config ./webpack.dev.js",
|
"start": "npx webpack serve --config ./webpack.dev.js",
|
||||||
"dev": "APP_VERSION=$npm_package_version AppFormat=webapp && node scripts/build && pnpm build:workspace && pnpm start",
|
"dev": "APP_VERSION=$npm_package_version AppFormat=webapp && node scripts/build && pnpm build:workspace && pnpm start",
|
||||||
"electron": "npx electron .",
|
|
||||||
"release:web": "AppFormat=webapp && pnpm build:workspace && node scripts/release",
|
"release:web": "AppFormat=webapp && pnpm build:workspace && node scripts/release",
|
||||||
"lint": "eslint packages/firecamp-rest/src/**/*.{ts|tsx} packages/*.js packages-clients/*.js scripts webpack/*.js",
|
"lint": "eslint packages/firecamp-rest/src/**/*.{ts|tsx} packages/*.js packages-clients/*.js scripts webpack/*.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
@@ -62,7 +61,6 @@
|
|||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"css-loader": "^6.7.1",
|
"css-loader": "^6.7.1",
|
||||||
"css-modules-require-hook": "^4.2.3",
|
"css-modules-require-hook": "^4.2.3",
|
||||||
"electron": "23.2.1",
|
|
||||||
"eslint": "^8.29.0",
|
"eslint": "^8.29.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "^19.0.4",
|
||||||
"eslint-plugin-import": "^2.22.0",
|
"eslint-plugin-import": "^2.22.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user