-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 940 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 940 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"type": "module",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@9.10.0",
"workspaces": [
"packages/compiler",
"packages/core",
"packages/fast-refresh",
"packages/unplugin",
"packages/vue"
],
"scripts": {
"test": "vitest --",
"build": "pnpm --filter \"*unison*\" build",
"version": "changeset version",
"publish": "changeset publish",
"preinstall": "npx only-allow pnpm"
},
"peerDependencies": {
"react": "^18.0.0"
},
"namespace": "@unisonjs",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.9.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.14.0",
"prettier": "^3.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.1",
"vitest": "^1.5.2"
}
}