-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "web-ssr",
"version": "1.0.0",
"description": "React SSR performance test for rendering a wine collection.",
"main": "index.js",
"scripts": {
"test": "babel-node benchmark-node.mjs",
"prebuild": "rm -rf dist/*",
"build": "webpack --progress",
"build:dev": "npm run prebuild && webpack --mode development"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/node": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"assert": "^2.1.0",
"babel-loader": "^10.0.0",
"babel-node": "^0.0.1-security",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"text-encoding": "^0.7.0",
"url": "^0.11.4",
"util": "^0.12.5",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"xpath": "^0.0.34"
}
}