-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 858 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
31
{
"name": "monorepo",
"version": "1.0.1",
"description": "",
"main": "index.js",
"homepage": "./",
"scripts": {
"dev:components": "pnpm -F react-arco-components dev",
"build:components": "pnpm -F react-arco-components build",
"start:arco": "pnpm -F arco-app start",
"build:arco": "pnpm -F arco-app build",
"next:dev": "pnpm -F arco-next dev",
"next:build": "pnpm -F arco-next build",
"lint": "pnpm -F arco-app lint",
"format": "pnpm -F arco-app format",
"lint:style": "pnpm -F arco-app lint:style",
"predeploy": "pnpm -F arco-app build",
"deploy": "gh-pages -d ./projects/arco-app/build",
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"arco",
"monorepos"
],
"author": "goduer",
"license": "ISC",
"devDependencies": {
"gh-pages": "^4.0.0",
"husky": "^8.0.1"
}
}