forked from kkevsekk1/webpack-autojs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.4 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
{
"name": "app",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"start": "npx webpack --config webpack.config.js --watch --mode=development",
"build": "npx webpack --config webpack.config.js --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.7.4",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"autox-header-webpack-plugin": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"eslint": "^6.8.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"javascript-obfuscator": "^2.6.1",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"url-loader": "^1.1.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.12",
"webpack-obfuscator": "^2.6.0",
"autox-deploy-webpack-plugin": "git+https://github.com/kkevsekk1/AutoxDeployWebpackPlugin.git",
"randomstring": "^1.1.5",
"webpack-autojs-loader": "^1.1.2"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"es6-shim": "^0.35.5"
}
}