-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.79 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
{
"name": "optiaxiom",
"packageManager": "[email protected]",
"private": true,
"type": "module",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm -F globals... -F react... -F web-components... build",
"bundle-size": "oas-bundle-size",
"design-tokens": "oas-design-tokens",
"dev": "pnpm run --parallel -F !web-components dev",
"lint": "oas-lint",
"release": "pnpm build && changeset publish",
"test": "vitest run --project=@optiaxiom/globals --project=@optiaxiom/react"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@optiaxiom/shared": "workspace:^",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/pluginutils": "^5.1.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vanilla-extract/integration": "^7.1.12",
"@vanilla-extract/rollup-plugin": "^1.3.12",
"@vanilla-extract/vite-plugin": "^4.0.19",
"@vitest/browser": "2.1.4",
"concurrently": "^9.1.2",
"esbuild": "0.17.6",
"happy-dom": "^15.11.7",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.30.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"typescript": "^5.7.3",
"vitest": "2.1.4",
"wait-on": "^8.0.1",
"webdriverio": "^9.5.2"
},
"pnpm": {
"patchedDependencies": {
"@vanilla-extract/sprinkles": "patches/@vanilla-extract__sprinkles.patch",
"nextra": "patches/nextra.patch",
"react-docgen": "patches/react-docgen.patch",
"react-docgen-typescript": "patches/react-docgen-typescript.patch"
}
}
}