-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "@react-worker-components-plugin/monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r run build",
"dev": "pnpm -r --parallel run dev",
"test:core": "vitest -r test/basic",
"test:all": "cross-env pnpm -r --stream run test --",
"test:ci": "cross-env CI=true pnpm -r --stream run test --",
"typecheck": "pnpm -r --parallel run typecheck",
"lint": "echo TODO"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/mime": "^2.0.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/shelljs": "^0.8.10",
"@vitejs/plugin-react": "^1.1.3",
"buffer-es6": "^4.9.3",
"cross-env": "^7.0.3",
"execa": "^6.0.0",
"kill-port": "^1.6.1",
"magic-string": "^0.25.7",
"process-es6": "^0.11.6",
"puppeteer": "^13.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "2.52.2",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-esbuild": "^4.8.2",
"shelljs": "^0.8.4",
"typescript": "^4.5.4",
"utility-types": "^3.10.0",
"vite": "^2.7.10",
"vitest": "^0.0.118"
},
"dependencies": {
"react-worker-components": "^0.1.0"
}
}