-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 962 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
{
"name": "@eich/monorepo",
"private": true,
"description": "🧩 A front-end-based interactive content format, focus on composing the front-end ecosystem.",
"license": "MIT",
"scripts": {
"dev": "pnpm run --parallel --filter=./packages/* dev",
"build": "pnpm run --parallel --filter=./packages/* build",
"lint": "pnpm run --parallel --filter=./packages/* lint",
"format": "pnpm run --parallel --filter=./packages/* format",
"test": "pnpm run --parallel --filter=./packages/* test",
"demo": "pnpm vite test"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@eslint/js": "^9.18.0",
"@types/node": "22.5.0",
"bumpp": "^9.10.2",
"eslint": "9.18.0",
"eslint-config-prettier": "^9.1.0",
"lint-staged": "^15.4.1",
"rimraf": "^4.4.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typedoc": "^0.26.11",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
}
}