prepare for cli-ify
This commit is contained in:
parent
dbbe74e2b7
commit
410c9a9d96
3 changed files with 954 additions and 93 deletions
996
package-lock.json
generated
996
package-lock.json
generated
File diff suppressed because it is too large
Load diff
13
package.json
13
package.json
|
|
@ -2,9 +2,10 @@
|
||||||
"name": "ultraviolet",
|
"name": "ultraviolet",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Proxy",
|
"description": "Proxy",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node bundle"
|
"build": "cross-env NODE_ENV=production webpack-cli",
|
||||||
|
"build:dev": "cross-env NODE_ENV=development webpack-cli",
|
||||||
|
"build:watch": "cross-env NODE_ENV=development webpack-cli --watch"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
@ -17,10 +18,12 @@
|
||||||
"meriyah": "^4.2.0",
|
"meriyah": "^4.2.0",
|
||||||
"mime-db": "^1.51.0",
|
"mime-db": "^1.51.0",
|
||||||
"parse5": "^6.0.1",
|
"parse5": "^6.0.1",
|
||||||
"set-cookie-parser": "^2.4.8",
|
"set-cookie-parser": "^2.4.8"
|
||||||
"webpack": "^5.68.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.8.0"
|
"cross-env": "^7.0.3",
|
||||||
|
"eslint": "^8.8.0",
|
||||||
|
"webpack": "^5.74.0",
|
||||||
|
"webpack-cli": "^4.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue