-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "@fun-stack/fun-pack",
"version": "0.3.5",
"description": "A webpack plugin to use with scalajs projects",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fun-stack/fun-pack.git"
},
"homepage": "https://github.com/fun-stack/fun-pack",
"author": "cornerman",
"main": "src/index.js",
"files": [
"src"
],
"peerDependencies": {
"webpack": "^5.0.0"
},
"dependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"glob": "^8.0.3",
"html-webpack-plugin": "^5.5.0",
"html-webpack-tags-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.2.9",
"postcss-loader": "^7.0.1",
"postcss-nesting": "^10.2.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack-merge": "^5.7.3",
"webpack-subresource-integrity": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.8.0"
}
}