humus/packages/app/package.json
2022-05-01 10:03:03 -05:00

52 lines
1.1 KiB
JSON

{
"name": "@humus/app",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
"directory": "packages/app"
},
"main": "index.js",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
},
"files": [
"assets",
"build",
"client.js",
"client.js.map",
"index.css",
"index.css.map",
"index.js",
"index.js.map",
"src",
"test",
"test.js",
"test.js.map"
],
"dependencies": {
"@avocado/graphics": "^3.0.0",
"@avocado/input": "^3.0.0",
"@avocado/math": "^3.0.0",
"@avocado/react": "^3.0.0",
"@avocado/resource": "^3.0.0",
"@avocado/s13n": "^3.0.0",
"@avocado/topdown": "^3.0.0",
"@flecks/core": "^1.4.1",
"@flecks/react": "^1.4.1",
"@flecks/redux": "^1.4.1",
"@flecks/socket": "^1.4.1",
"@flecks/user": "^1.4.1",
"@humus/inventory": "^2.0.0",
"fscreen": "^1.2.0",
"react-joystick-component": "^4.0.0"
},
"devDependencies": {
"@flecks/fleck": "^1.4.1"
}
}