-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
81 lines (81 loc) · 2.32 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "bud",
"private": true,
"description": "Configurable, extensible build tools for modern single and multi-page web applications",
"engines": {
"node": "20.3.1",
"yarn": "4.3.1",
"npm": "8.19.2"
},
"license": "MIT",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/roots/bud.git"
},
"type": "module",
"dependencies": {
"@repo/constants": "workspace:*",
"@repo/test-kit": "workspace:*",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.56.12",
"@types/lodash": "4.17.9",
"@types/node": "20.16.10",
"@types/prettier": "3.0.0",
"@types/react": "18.3.10",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"browserslist": "4.24.0",
"caniuse-lite": "1.0.30001664",
"esbuild": "0.21.5",
"eslint": "8.57.1",
"eslint-plugin-n": "17.10.3",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "1.20.0",
"execa": "8.0.1",
"highlight.js": "11.10.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"import-meta-resolve": "4.1.0",
"ink-testing-library": "patch:ink-testing-library@npm%3A3.0.0#~/.yarn/patches/ink-testing-library-npm-3.0.0-c20aad0bd9.patch",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"patch-console": "2.0.0",
"playwright": "1.47.2",
"pm2": "5.4.2",
"prettier": "3.3.3",
"syncpack": "12.4.0",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.5.4",
"update-browserslist-db": "1.1.1",
"verdaccio": "5.32.2",
"vitest": "1.6.0",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.95.0"
},
"overrides": {
"ink": "file:./node_modules/@roots/bud-support/lib/ink/index.js"
},
"workspaces": {
"packages": [
"examples/*",
"sources/@roots/*",
"sources/@repo/*",
"sources/@roots/*/test/**/*",
"sources/create-bud-app",
"tests/util/project",
"tests/reproductions/*"
]
},
"volta": {
"node": "20.3.1",
"yarn": "4.3.1"
}
}