CoolFace
Apppublic

Omnibus-archive/sim-1

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
package.json55 linesDownload Raw Back to OpenSC2K-master
1{2  "name": "OpenSC2K",3  "description": "An Open Source remake of SimCity 2000",4  "author": "Nicholas Ochoa",5  "version": "0.6.0",6  "homepage": "https://github.com/rage8885/OpenSC2K",7  "repository": {8    "type": "git",9    "url": "https://github.com/rage8885/OpenSC2K.git"10  },11  "license": "GPL-3.0",12  "main": "index.js",13  "scripts": {14    "dev": "webpack-dev-server --progress --config './webpack.config.js'"15  },16  "dependencies": {17    "@vingle/bmp-js": "rage8885/bmp-js",18    "bmp-js": "rage8885/bmp-js",19    "dat.gui": "rage8885/dat.gui",20    "file-saver": "^2.0.0",21    "jquery": "^3.4.0",22    "jszip": "^3.1.5",23    "phaser": "3.16.0-rc2"24  },25  "devDependencies": {26    "@babel/cli": "^7.2.0",27    "@babel/core": "^7.2.0",28    "@babel/node": "^7.2.0",29    "@babel/plugin-proposal-class-properties": "^7.2.1",30    "@babel/plugin-proposal-optional-chaining": "^7.2.0",31    "@babel/polyfill": "^7.0.0",32    "@babel/preset-env": "^7.2.0",33    "babel-eslint": "^10.0.1",34    "babel-loader": "^8.0.4",35    "css-loader": "^2.0.0",36    "eslint": "^5.10.0",37    "eslint-config-standard": "^12.0.0",38    "eslint-loader": "2.1.1",39    "eslint-plugin-import": "^2.7.0",40    "eslint-plugin-node": "^8.0.0",41    "eslint-plugin-promise": "^4.0.1",42    "eslint-plugin-standard": "^4.0.0",43    "expose-loader": "^0.7.5",44    "file-loader": "^3.0.1",45    "html-webpack-plugin": "^3.0.6",46    "raw-loader": "^1.0.0",47    "source-map-support": "^0.5.4",48    "style-loader": "^0.23.1",49    "url-loader": "^1.0.1",50    "webpack": "^4.1.1",51    "webpack-cli": "^3.1.2",52    "webpack-dev-server": "^3.1.1"53  }54}55