3dexperiments/package.json

35 lines
869 B
JSON

{
"name": "trotland-game",
"version": "0.0.1",
"description": "Trotland 3D MMORPG",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node ./serve.js",
"build": "webpack -p",
"watch": "webpack -w --mode=development"
},
"keywords": [
"game",
"webgl"
],
"private": true,
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"express": "^4.16.4",
"html-webpack-plugin": "^3.2.0",
"standard": "^12.0.1",
"webpack": "^4.26.0",
"webpack-command": "^0.4.2"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"gl-matrix": "^2.8.1",
"open-simplex-noise": "^1.5.0"
}
}