-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.78 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@bedrock/webpack",
"version": "11.1.3-0",
"type": "module",
"description": "Bedrock webpack module",
"license": "Apache-2.0",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint --ext .cjs,.js ."
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-webpack"
},
"keywords": [
"bedrock",
"webpack"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com/"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-webpack/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-webpack",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"app-root-path": "^3.0.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.21.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"file-size": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^12.2.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.80.3",
"sass-loader": "^16.0.2",
"stats-webpack-plugin": "^0.7.0",
"style-loader": "^4.0.0",
"stylus": "^0.63.0",
"stylus-loader": "^8.1.1",
"terser-webpack-plugin": "^5.3.1",
"vue": "^3.2.36",
"vue-loader": "^17.0.0",
"webpack": "^5.90.0",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^6.0.1"
},
"peerDependencies": {
"@bedrock/core": "^6.0.0",
"@bedrock/views": "^12.0.0"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-unicorn": "^56.0.0"
}
}