2016-12-29 07:49:51 +09:00
|
|
|
{
|
2022-08-23 14:10:41 +09:00
|
|
|
"name": "calckey",
|
2022-11-16 18:29:18 +09:00
|
|
|
"version": "12.119.0-calc.14.6",
|
2022-08-07 14:07:10 +09:00
|
|
|
"codename": "aqua",
|
2019-02-05 17:42:55 +09:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-07-19 11:00:45 +09:00
|
|
|
"url": "https://codeberg.org/thatonecalculator/calckey.git"
|
2019-02-05 17:42:55 +09:00
|
|
|
},
|
2022-11-05 05:12:56 +09:00
|
|
|
"packageManager": "yarn@3.2.4",
|
2022-05-30 10:19:30 +09:00
|
|
|
"workspaces": [
|
2022-06-01 11:51:54 +09:00
|
|
|
"packages/client",
|
|
|
|
"packages/backend",
|
|
|
|
"packages/sw"
|
2022-05-30 10:19:30 +09:00
|
|
|
],
|
2017-11-06 19:16:14 +09:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-06-17 17:15:12 +09:00
|
|
|
"build": "yarn workspaces foreach run build && yarn run gulp",
|
2022-06-04 17:01:02 +09:00
|
|
|
"start": "yarn workspace backend run start",
|
|
|
|
"start:test": "yarn workspace backend run start:test",
|
2022-06-03 22:39:07 +09:00
|
|
|
"init": "yarn migrate",
|
2022-06-04 17:01:02 +09:00
|
|
|
"migrate": "yarn workspace backend run migrate",
|
2022-06-03 22:39:07 +09:00
|
|
|
"migrateandstart": "yarn migrate && yarn start",
|
2021-11-12 10:24:19 +09:00
|
|
|
"gulp": "gulp build",
|
2022-06-03 22:39:07 +09:00
|
|
|
"watch": "yarn dev",
|
2021-11-19 14:48:59 +09:00
|
|
|
"dev": "node ./scripts/dev.js",
|
2022-05-31 09:31:24 +09:00
|
|
|
"lint": "yarn workspaces foreach run lint",
|
2022-06-11 15:08:31 +09:00
|
|
|
"cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts",
|
2021-08-12 19:05:07 +09:00
|
|
|
"cy:run": "cypress run",
|
2021-10-28 16:06:06 +09:00
|
|
|
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
|
2022-06-04 17:01:02 +09:00
|
|
|
"mocha": "yarn workspace backend run mocha",
|
2022-06-03 22:39:07 +09:00
|
|
|
"test": "yarn mocha",
|
2021-11-12 11:42:47 +09:00
|
|
|
"format": "gulp format",
|
2021-11-13 13:01:22 +09:00
|
|
|
"clean": "node ./scripts/clean.js",
|
2021-11-13 17:02:22 +09:00
|
|
|
"clean-all": "node ./scripts/clean-all.js",
|
2022-06-03 22:39:07 +09:00
|
|
|
"cleanall": "yarn clean-all"
|
2017-11-06 19:16:14 +09:00
|
|
|
},
|
2022-07-05 14:17:37 +09:00
|
|
|
"resolutions": {
|
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"lodash": "^4.17.21"
|
2017-11-06 19:16:14 +09:00
|
|
|
},
|
2017-11-23 06:18:42 +09:00
|
|
|
"dependencies": {
|
2022-11-10 08:55:15 +09:00
|
|
|
"@bull-board/api": "^4.6.3",
|
|
|
|
"@bull-board/ui": "^4.6.3",
|
2022-10-28 06:25:31 +09:00
|
|
|
"@tensorflow/tfjs": "^3.21.0",
|
2022-11-10 08:55:15 +09:00
|
|
|
"eslint": "^8.27.0",
|
2021-11-12 10:24:19 +09:00
|
|
|
"execa": "5.1.1",
|
2019-05-14 21:17:29 +09:00
|
|
|
"gulp": "4.0.2",
|
2020-12-26 10:01:32 +09:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-12-20 04:46:28 +09:00
|
|
|
"gulp-rename": "2.0.0",
|
2021-05-20 12:27:50 +09:00
|
|
|
"gulp-replace": "1.1.3",
|
2021-11-14 10:43:19 +09:00
|
|
|
"gulp-terser": "2.1.0",
|
2022-07-19 14:05:38 +09:00
|
|
|
"js-yaml": "4.1.0",
|
2022-11-05 05:20:18 +09:00
|
|
|
"long": "^5.2.1",
|
2022-11-07 10:33:52 +09:00
|
|
|
"phosphor-icons": "^1.4.2",
|
2022-08-16 11:07:24 +09:00
|
|
|
"seedrandom": "^3.0.5"
|
2019-07-20 03:28:14 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-16 01:28:59 +09:00
|
|
|
"@types/gulp": "4.0.9",
|
|
|
|
"@types/gulp-rename": "2.0.1",
|
2022-11-10 08:55:15 +09:00
|
|
|
"@typescript-eslint/parser": "5.42.1",
|
2021-08-12 19:05:07 +09:00
|
|
|
"cross-env": "7.0.3",
|
2022-10-28 06:25:31 +09:00
|
|
|
"cypress": "10.11.0",
|
2021-11-18 23:32:43 +09:00
|
|
|
"start-server-and-test": "1.14.0",
|
2022-10-28 06:25:31 +09:00
|
|
|
"typescript": "4.8.4",
|
|
|
|
"vue-eslint-parser": "^9.1.0"
|
2017-11-06 19:16:14 +09:00
|
|
|
}
|
2018-06-11 11:44:26 +09:00
|
|
|
}
|