-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 621 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "moai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"@main": "pnpm --filter main",
"@banhmi": "pnpm --filter banhmi",
"build": "pnpm @main build && pnpm @banhmi build"
},
"packageManager": "pnpm@9.6.0",
"dependencies": {
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^0.8.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0"
},
"devDependencies": {
"prettier": "3.3.3",
"@prettier/sync": "^0.5.2"
}
}