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

17 lines
389 B
JSON

{
"private": true,
"scripts": {
"start": "webpack-dev-server -d --content-base static",
"build": "webpack"
},
"dependencies": {
"css-loader": "^0.23.1",
"html-webpack-plugin": "^1.7.0",
"lodash": "^3.10.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.7.2",
"typescript": "^1.7.5",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}