{ "name": "sdf-2d-demo", "description": "Some simple demos to showcase the possibilities of this library.", "private": true, "main": "index.html", "scripts": { "start": "webpack-dev-server --mode development", "lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"", "build": "webpack --mode production && rm dist/*.js && rm dist/*.css" }, "keywords": [], "author": "AndrĂ¡s Schmelczer (https://schmelczer.dev/)", "postcss": { "plugins": { "autoprefixer": {} } }, "license": "ISC", "browserslist": [ "defaults" ], "sideEffects": [ "*.scss" ], "devDependencies": { "@types/gl-matrix": "^2.4.5", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "autoprefixer": "^9.8.6", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.5.2", "eslint": "^7.9.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-unused-imports": "^0.1.3", "gl-matrix": "^3.3.0", "html-webpack-inline-source-plugin": "^1.0.0-beta.2", "html-webpack-inline-svg-plugin": "^2.3.0", "html-webpack-plugin": "^4.5.0", "mini-css-extract-plugin": "^0.9.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss-loader": "^3.0.0", "prettier": "^2.1.2", "raw-loader": "^4.0.1", "resolve-url-loader": "^3.1.1", "sass": "^1.27.0", "sass-loader": "^8.0.2", "sdf-2d": "^0.7.4", "source-map-loader": "^1.1.1", "svg-url-loader": "^6.0.0", "ts-config-webpack-plugin": "^2.0.0", "ts-loader": "^8.0.3", "typescript": "^4.0.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" } }