sdf-2d-demo/package.json
2026-06-11 08:26:54 +01:00

57 lines
1.6 KiB
JSON

{
"name": "sdf-2d-demo",
"description": "Some simple demos to showcase the possibilities of this library.",
"private": true,
"main": "index.html",
"scripts": {
"dev": "webpack serve --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"build": "webpack --mode production && rm -f dist/*.js dist/*.css"
},
"keywords": [],
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "ISC",
"browserslist": [
"defaults"
],
"sideEffects": [
"*.scss"
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"@plausible-analytics/tracker": "^0.4.5",
"autoprefixer": "^10.5.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-unused-imports": "^4.4.1",
"gl-matrix": "^3.4.4",
"globals": "^17.6.0",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.7",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.15",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.100.0",
"sass-loader": "^17.0.0",
"sdf-2d": "^0.8.0",
"source-map-loader": "^5.0.0",
"ts-loader": "^9.6.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1",
"webpack": "^5.107.2",
"webpack-cli": "^7.0.3",
"webpack-dev-server": "^5.2.4"
}
}