This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/package.json

22 lines
455 B
JSON

{
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"devDependencies": {
"@types/gl-matrix": "^2.4.4",
"@types/lodash": "^4.14.117",
"raw-loader": "^0.5.1",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"gl-matrix": "^2.8.1",
"lodash": "^4.17.11"
}
}