-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
41
42
43
44
45
46
47
48
{
"name": "megabrain-apps",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"lint-all": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js",
"lint-all:fix": "yarn lint-all --fix",
"prepare": "husky install",
"dev:club": "yarn workspace @megabrain/club dev",
"dev:dashboard": "yarn workspace @megabrain/dashboard dev",
"storybook": "yarn workspace @megabrain/ui storybook",
"build:club": "yarn workspace @megabrain/club build",
"build:dashboard": "yarn workspace @megabrain/dashboard build"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
},
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/inje-megabrain/megabrain-apps.git",
"author": "Megabrain",
"license": "MIT",
"devDependencies": {
"@esbuild/linux-arm64": "0.17.18",
"@esbuild/linux-x64": "0.17.18",
"@megabrain/eslint-config": "workspace:^",
"@next/swc-linux-arm64-musl": "13.4.1",
"@next/swc-linux-x64-musl": "13.4.1",
"@types/eslint": "^8.37.0",
"@types/node": "^20.1.2",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"dependencies": {
"react-svg": "^16.1.12"
}
}