"scripts": {
"build": "parcel build ./index.html --public-url '.' --no-minify",
"document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
- "lint": "eslint lib",
+ "lint": "quick-lint-js lib/**/*.js",
"setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
"test": "I'm really really sorry!",
"watch": "parcel ./index.html"
},
"homepage": "https://github.com/rbdr/sumo#readme",
"dependencies": {
- "@serpentity/components.angle": "^1.0.2",
- "@serpentity/components.debug": "^3.0.2",
- "@serpentity/components.force": "^1.0.3",
- "@serpentity/components.position": "^3.0.2",
- "@serpentity/serpentity": "^2.1.0",
- "babel-polyfill": "^6.26.0",
- "matter-js": "^0.14.1",
- "pixi.js": "^4.7.3",
- "tinycolor2": "^1.4.1"
+ "@serpentity/components.angle": "^4.0.0",
+ "@serpentity/components.debug": "^4.0.0",
+ "@serpentity/components.force": "^4.0.0",
+ "@serpentity/components.position": "^4.0.0",
+ "@serpentity/serpentity": "^4.0.0",
+ "matter-js": "^0.19.0",
+ "pixi.js": "^7.2.4",
+ "tinycolor2": "^1.6.0"
},
"browserslist": [
"defaults"
],
"devDependencies": {
- "@babel/core": "^7.8.7",
- "@babel/preset-env": "^7.8.7",
- "@hapi/eslint-config-hapi": "^13.0.2",
- "@hapi/eslint-plugin-hapi": "^4.3.5",
- "babel-loader": "^8.0.6",
- "code": "^5.2.0",
- "eslint": "^6.8.0",
- "eslint-config-hapi": "^11.0.0",
- "eslint-plugin-hapi": "^4.1.0",
- "jsdoc": "^3.5.5",
+ "@babel/core": "^7.22.8",
+ "@babel/preset-env": "^7.22.7",
+ "babel-loader": "^9.1.3",
"jsdoc-to-markdown": "^4.0.1",
- "parcel-bundler": "^1.12.4"
+ "parcel": "^2.9.3",
+ "punycode": "^1.4.1",
+ "url": "^0.11.0"
}
}