-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 Bytes
/
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
{
"name": "@constgen/neutrino-optimization",
"version": "1.12.0",
"description": "Neutrino middleware to configure optimization and minification for production builds",
"main": "index.js",
"author": "Constantine Genchevsky <const.gen@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/constgen/constgen-neutrino.git"
},
"homepage": "https://github.com/constgen/constgen-neutrino/tree/master/packages/optimization",
"keywords": [
"neutrino",
"neutrino-middleware",
"middleware",
"preset",
"webpack",
"optimization",
"minification"
],
"dependencies": {
"deepmerge": "4.2.2",
"csso-webpack-plugin": "2.0.0-beta.1"
},
"peerDependencies": {
"neutrino": "^9.0.0",
"webpack": "^4.0.0"
},
"files": [
"**/*.js",
"README.md",
"package.json"
],
"engines": {
"node": ">=10",
"npm": ">=5.4.0"
}
}