-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 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
{
"name": "@derbyjs/derby-webpack",
"version": "5.0.1",
"description": "Webpack based builder for Derby apps",
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/derby-webpack.git"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Craig Beck <[email protected]>",
"license": "ISC",
"dependencies": {
"buffer": "^6.0.3",
"chokidar": "^3.5.3",
"crypto-browserify": "^3.12.0",
"enhanced-resolve": "5.15.1",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"webpack": "5.90.3",
"webpack-cli": "^4.10.0",
"webpack-deduplication-plugin": "0.0.8",
"webpack-dev-server": "^4.10.0",
"webpack-hot-middleware": "^2.25.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-virtual-modules": "^0.5.0"
},
"peerDependencies": {
"derby": "^3.0.0 || ^4.0.0-beta.1",
"racer": "^1.0.0 || ^2.0.0-beta.5"
}
}