forked from FredKSchott/snowpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 Bytes
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
{
"name": "@snowpack/plugin-webpack",
"version": "2.0.17",
"main": "plugin.js",
"license": "MIT",
"homepage": "https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack#readme",
"repository": {
"type": "git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "plugins/plugin-webpack"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"babel-loader": "^8.1.0",
"core-js": "^3.5.0",
"css-loader": "^4.3.0",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"jsdom": "^16.2.2",
"mini-css-extract-plugin": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"terser-webpack-plugin": "^4.0.0",
"webpack": "^4.43.0",
"webpack-manifest-plugin": "^2.2.0"
}
}