-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "rmjac",
"private": true,
"version": "0.0.0",
"scripts": {
"ui:dev": "yarn workspace rmjac-ui run dev",
"ui:build": "yarn workspace rmjac-ui run build",
"ui:preview": "yarn workspace rmjac-ui run preview",
"debug": "ts-node packages/entry/index.ts --debug",
"start": "ts-node packages/entry/index.ts",
"lint": "eslint packages/",
"tsc:watch": "tsc --watch",
"lint:fix": "eslint packages/ --fix"
},
"author": "smallfang",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"compare-versions": "6.0.0-rc.1",
"esbuild": "^0.16.17",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"install": "^0.13.0",
"ioredis": "^5.3.2",
"jsx-to-string": "^1.4.0",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"rmjac-config": "workspace:*",
"rmjac-core": "workspace:*",
"rmjac-web": "workspace:*",
"rmjac-declare": "workspace:*",
"rmjac-eventbus": "workspace:*",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}