-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "webpack-demo",
"version": "10.0.3",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"precopy": "npm run build",
"copy": "copyfiles -u1 dist/* ../../docs/example"
},
"keywords": [],
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hildjj/node-cbor.git",
"directory": "packages/webpack-demo"
},
"devDependencies": {
"@cto.af/textdecoder": "^0.2.0",
"base64-js": "^1.5.1",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"cbor-bigdecimal": "^10.0.3",
"cbor-web": "^10.0.3",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"events": "^3.3.0",
"html-webpack-plugin": "^5.6.3",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"node-inspect-extracted": "*",
"process": "^0.11.10",
"readable-stream": "^4.6.0",
"safe-buffer": "^5.2.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"style-loader": "^4.0.0",
"util-deprecate": "^1.0.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=18"
}
}