todo/package.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-08-17 14:09:53 -04:00
{
"name": "hadean",
"version": "0.0.1",
"main": "index.js",
"types": "module",
"license": "MIT",
"type": "module",
"dependencies": {
2021-08-23 13:17:32 -04:00
"@types/react": "^17.0.18",
"chalk": "^4.1.2",
"ink": "^3.0.9",
"ink-big-text": "^1.2.0",
"ink-form": "^1.0.1",
"ink-gradient": "^2.0.0",
"ink-use-stdout-dimensions": "^1.0.5",
2021-08-17 14:09:53 -04:00
"ipc-tower": "^0.0.6",
2021-08-23 13:17:32 -04:00
"mongoose": "^5.13.7",
2021-08-17 14:09:53 -04:00
"multiview": "^3.0.1",
2021-08-23 13:17:32 -04:00
"react": "^17.0.2",
"sisteransi": "^1.0.5"
2021-08-17 14:09:53 -04:00
},
"scripts": {
"start": "yarn x bin/app.bundle.js",
"dev": "yarn tower bin/app.bundle.js",
"profile": "yarn x --inspect bin/app.bundle.cjs",
"x": "node",
"tsc": "tsc",
"tsc:watch": "yarn tsc --watch",
"rollup": "rollup --config rollup.config.js",
"rollup:watch": "yarn rollup --watch",
"compile": "yarn tsc & yarn rollup",
"compile:watch": "multiview [ yarn tsc:watch ] [ yarn rollup:watch ]"
2021-08-23 13:17:32 -04:00
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.5",
"@types/node": "^16.6.1",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
2021-08-17 14:09:53 -04:00
}
}