Skip to content

Commit

Permalink
Removed unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorridi committed May 20, 2024
1 parent d66f9d6 commit c1887cc
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 191 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@
"scripts": {
"drystart": "npm run build:typescript && node build/start.js",
"start": "npm run build:css && npm run drystart",
"build:css": "tailwindcss src/stylesheets/tailwind.css -o src/stylesheets/tailwind-out.css",
"build:css": "postcss src/stylesheets/tailwind.css -o src/stylesheets/tailwind-out.css",
"build:typescript": "npx tsc -p tsconfig.json",
"postinstall": "electron-builder install-app-deps",
"preunit": "webpack --config=build/webpack.unit.config.js --env=test",
"unit": "electron-mocha temp/specs.js --renderer --color --require source-map-support/register",
"pree2e": "webpack --config=build/webpack.app.config.js --env=test && webpack --config=build/webpack.e2e.config.js --env=test",
"e2e": "mocha temp/e2e.js --require source-map-support/register",
"test": "npm run unit && npm run e2e",
"release": "npm test && webpack --config=build/webpack.app.config.js --env=production && electron-builder"
},
"dependencies": {
Expand All @@ -42,16 +37,12 @@
"@babel/preset-env": "^7.24.5",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"chai": "^5.1.1",
"css-loader": "^7.1.1",
"electron": "^30.0.6",
"electron-builder": "^24.13.3",
"electron-mocha": "^12.3.0",
"mocha": "^10.4.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"source-map-support": "^0.5.21",
"spectron": "^19.0.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"webpack": "^5.91.0",
Expand Down
Loading

0 comments on commit c1887cc

Please sign in to comment.