-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 850 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 850 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
25
{
"name": "dataeasy-monorepo",
"version": "1.0.0",
"private": true,
"description": "DataEasy - 土壤质量智能监测平台 Monorepo",
"scripts": {
"dev:web": "pnpm --filter @dataeasy/web dev",
"dev:mobile": "pnpm --filter @dataeasy/mobile dev",
"build:web": "pnpm --filter @dataeasy/web build",
"build:mobile": "pnpm --filter @dataeasy/mobile build",
"build:all": "pnpm -r build",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"clean": "pnpm -r clean && rm -rf node_modules"
},
"devDependencies": {
"typescript": "^5.3.3",
"prettier": "^3.2.4"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}