-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"private": true,
"scripts": {
"build": "pnpm --no-bail --filter './src' --filter './src/*' --workspace-concurrency 1 build",
"build:packages": "pnpm --no-bail --filter './packages/**/*' build",
"dev": "pnpm --no-bail --filter './src' --filter './src/*' --parallel dev",
"dev:packages": "pnpm --no-bail --filter './packages/**/*' --parallel dev",
"prepare": "pnpm build",
"test": "vitest"
},
"devDependencies": {
"@alloc/fast-rimraf": "^1.0.8",
"@alloc/prettier-config": "^1.0.0",
"@types/debug": "^4.1.7",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"callsites": "^3.0.0",
"concurrently": "^7.4.0",
"esbuild": "^0.14.15",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"eslint": "^8.24.0",
"kleur": "^4.1.4",
"misty": "^1.6.7",
"prettier": "^2.0.5",
"rollup": "^2.62.1",
"rollup-plugin-dts": "^4.1.0",
"tsup": "^5.12.8",
"typescript": "4.8.4",
"vite": "npm:@alloc/[email protected]",
"vitest": "*"
},
"prettier": "@alloc/prettier-config",
"pnpm": {
"overrides": {
"@babel/types": "7.18.8",
"@rollup/pluginutils": "5.0.1"
},
"patchedDependencies": {
"@rollup/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}