humus/packages/app/package.json
2023-12-01 00:27:39 -06:00

53 lines
1.2 KiB
JSON

{
"name": "@humus/app",
"version": "2.1.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": "^2.0.3",
"@flecks/react": "^2.0.3",
"@flecks/redux": "^2.0.3",
"@flecks/socket": "^2.0.3",
"@flecks/user": "^2.0.3",
"@flecks/web": "^2.0.3",
"@humus/inventory": "^2.0.0",
"fscreen": "^1.2.0",
"react-joystick-component": "^4.0.0"
},
"devDependencies": {
"@flecks/fleck": "^2.0.3"
}
}