-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "@vite-plugin-cloudflare/monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r run --filter=./packages/** build",
"test:core": "vitest -r examples/basic",
"test:all": "cross-env pnpm -r --stream run test --",
"typecheck": "pnpm -r --parallel run typecheck",
"lint": "echo TODO"
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.0",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@types/shelljs": "^0.8.10",
"buffer-es6": "^4.9.3",
"cross-env": "^7.0.3",
"esno": "^0.14.1",
"execa": "^6.0.0",
"fast-glob": "^3.2.11",
"kill-port": "^1.6.1",
"process-es6": "^0.11.6",
"puppeteer": "^19.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.61.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.7.2",
"shelljs": "^0.8.4",
"typescript": "^4.7.4",
"utility-types": "^3.10.0",
"vite": "^4.0.4",
"vite-plugin-cloudflare": "workspace:latest",
"vitest": "^0.28.3"
}
}