-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1005 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
30
31
32
33
34
35
36
37
{
"name": "open-iframe-resizer",
"private": true,
"scripts": {
"full": "npm run build && npm run test",
"build": "npm run build --workspaces",
"dev": "npm run dev --workspaces",
"test": "npm run test --workspaces",
"build:usecases": "node ./scripts/generate-use-cases-html.js"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@playwright/test": "^1.49.0",
"@types/node": "^20.12.12",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"concurrently": "^9.1.0",
"copyfiles": "^2.4.1",
"jsdom": "^25.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-preserve-directives": "^1.1.3",
"tslib": "^2.8.1",
"typedoc": "^0.27.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-progress": "^0.0.7",
"vitest": "^2.1.8",
"@microsoft/tsdoc": "^0.15.1"
},
"workspaces": [
"packages/core",
"packages/react"
],
"version": "0.0.1"
}