-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 912 Bytes
/
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
{
"name": "school-hub",
"private": true,
"version": "0.0.0",
"scripts": {
"ui:dev": "pnpm --filter ui run dev",
"ui:build": "pnpm --filter ui run build",
"ui:preview": "pnpm --filter ui run preview",
"start": "entry/index.js",
"lint": "eslint packages/",
"lint:fix": "eslint packages/ --fix"
},
"author": "GoForceX",
"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",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
}
}