-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"private": true,
"type": "module",
"name": "npm-install-browser-benchmark",
"version": "0.1.0",
"scripts": {
"dev": "./node_modules/.bin/vite",
"build": "rm -rf entries && mkdir entries && tsx src/scripts/gen-entries.ts && ./node_modules/.bin/tsx src/scripts/build-vite.ts && tsx ./src/scripts/gen-headers-file.ts && npm run build:website && cp -r website/dist/client/ dist/",
"build:website": "cd website && npm run build",
"serve": "./node_modules/.bin/wrangler pages dev ./dist",
"bench": "./node_modules/.bin/tsx src/bench.ts"
},
"devDependencies": {
"@types/koa": "2.13.9",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"tsx": "3.13.0",
"typescript": "5.2.2",
"vike": "0.4.142",
"vite": "4.4.11",
"vite-plugin-node-polyfills": "0.15.0",
"wrangler": "3.11.0",
"zx": "7.2.3"
},
"dependencies": {
"@codesandbox/nodebox": "0.1.8",
"@types/d3-array": "3.0.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/serve-handler": "6.1.2",
"@webcontainer/api": "1.1.7",
"d3-array": "3.2.4",
"globby": "13.2.2",
"memfs": "4.6.0",
"nodejs-shim-pkg-buffer": "npm:[email protected]",
"npm-in-browser": "0.1.3",
"path-browserify": "1.0.1",
"puppeteer": "21.3.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"setimmediate": "1.0.5",
"valibot": "0.18.0",
"zod": "3.22.4"
}
}