Skip to content

Commit

Permalink
build: updated deps and fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Sep 13, 2023
1 parent 74eee1a commit e4d152e
Show file tree
Hide file tree
Showing 4 changed files with 1,149 additions and 675 deletions.
4 changes: 4 additions & 0 deletions apps/editor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
views/*.html
views/**/*.html
public/stylesheets/*.css
public/stylesheets/**/*.css
6 changes: 2 additions & 4 deletions apps/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
},
"scripts": {
"start": "pnpm run build && node ./app.js",
"build": "pnpm run build:style && pnpm run build:index",
"build:ci": "pnpm run build:style && pnpm run build:index",
"build:index": "pug ./views/index.pug",
"build:style": "stylus ./public/stylesheets/main.styl"
"build": "echo \"no-op\"",
"build:ci": "echo \"no-op\""
},
"bugs": {
"url": "https://github.com/tsparticles/editor/issues"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@tsparticles/cli": "^1.11.0",
"@tsparticles/eslint-config": "^1.19.0",
"@babel/core": "^7.22.17",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@tsparticles/cli": "^1.13.0",
"@tsparticles/eslint-config": "^1.20.0",
"@tsparticles/prettier-config": "^1.12.0",
"@tsparticles/tsconfig": "^1.14.0",
"@tsparticles/webpack-plugin": "^1.23.0",
"@types/node": "^20.4.7",
"@tsparticles/webpack-plugin": "^1.24.0",
"@types/node": "^20.6.0",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-loader": "^9.1.3",
"browserslist": "^4.21.10",
"copyfiles": "^2.4.1",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lerna": "^7.1.4",
"prettier": "^3.0.1",
"lerna": "^7.2.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4"
},
"workspaces": [
Expand Down
Loading

0 comments on commit e4d152e

Please sign in to comment.