|
1 | 1 | { |
2 | 2 | "name": "javascript-obfuscator-web", |
3 | | - "version": "3.14.9", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=12.13.1" |
7 | 7 | }, |
8 | 8 | "scripts": { |
9 | 9 | "start": "node server.js", |
10 | 10 | "webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress", |
11 | | - "webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --devtool source-map --progress --optimize-minimize", |
| 11 | + "webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --progress", |
12 | 12 | "postinstall": "npm run updatesemantic && npm run webpack:prod", |
13 | 13 | "updatesemantic": "cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/" |
14 | 14 | }, |
15 | 15 | "author": "", |
16 | 16 | "license": "ISC", |
17 | 17 | "dependencies": { |
18 | | - "babel-core": "6.14.0", |
19 | | - "babel-eslint": "8.2.2", |
20 | | - "babel-loader": "7.1.4", |
21 | | - "babel-preset-es2015": "6.14.0", |
22 | | - "babel-preset-react": "6.11.1", |
23 | | - "babel-preset-stage-0": "6.5.0", |
24 | | - "body-parser": "1.15.2", |
25 | | - "classnames": "2.2.5", |
26 | | - "codemirror": "5.18.2", |
27 | | - "css-loader": "0.28.11", |
| 18 | + "@babel/core": "^7.12.10", |
| 19 | + "@babel/eslint-parser": "^7.12.1", |
| 20 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 21 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 22 | + "@babel/plugin-proposal-function-bind": "^7.0.0", |
| 23 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
| 24 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 25 | + "@babel/preset-env": "^7.12.11", |
| 26 | + "@babel/preset-es2015": "^7.0.0-beta.53", |
| 27 | + "@babel/preset-react": "^7.12.10", |
| 28 | + "babel-loader": "8.2.2", |
| 29 | + "body-parser": "1.19.0", |
| 30 | + "classnames": "2.2.6", |
| 31 | + "codemirror": "5.59.2", |
| 32 | + "css-loader": "5.0.1", |
28 | 33 | "emoji-dictionary": "^1.0.11", |
29 | | - "eslint": "4.19.1", |
30 | | - "eslint-plugin-react": "7.7.0", |
31 | | - "express": "4.14.0", |
32 | | - "extract-text-webpack-plugin": "4.0.0-beta.0", |
33 | | - "graceful-fs": "4.1.9", |
34 | | - "html-webpack-plugin": "^3.2.0", |
35 | | - "inert": "5.1.0", |
| 34 | + "eslint": "7.18.0", |
| 35 | + "eslint-plugin-react": "7.22.0", |
| 36 | + "express": "4.17.1", |
| 37 | + "file-loader": "^6.2.0", |
| 38 | + "graceful-fs": "4.2.4", |
| 39 | + "html-webpack-plugin": "^4.5.1", |
36 | 40 | "javascript-obfuscator": "2.10.3", |
37 | 41 | "less": "2.7.1", |
38 | | - "less-loader": "4.1.0", |
| 42 | + "less-loader": "7.3.0", |
| 43 | + "mini-css-extract-plugin": "^1.3.4", |
39 | 44 | "pm2": "3.5.1", |
40 | | - "prop-types": "15.6.1", |
41 | | - "raw-loader": "^4.0.1", |
42 | | - "react": "16.13.1", |
43 | | - "react-codemirror2": "5.0.1", |
44 | | - "react-dom": "16.13.1", |
45 | | - "react-dropzone": "4.2.9", |
46 | | - "react-markdown": "^4.3.1", |
47 | | - "react-redux": "5.0.7", |
48 | | - "redux": "3.6.0", |
| 45 | + "process": "^0.11.10", |
| 46 | + "prop-types": "15.7.2", |
| 47 | + "raw-loader": "^4.0.2", |
| 48 | + "react": "17.0.1", |
| 49 | + "react-codemirror2": "7.2.1", |
| 50 | + "react-dom": "17.0.1", |
| 51 | + "react-dropzone": "11.2.4", |
| 52 | + "react-markdown": "^5.0.3", |
| 53 | + "react-redux": "7.2.2", |
| 54 | + "redux": "4.0.5", |
49 | 55 | "redux-logger": "3.0.6", |
50 | | - "redux-promise-middleware": "5.0.0", |
51 | | - "redux-thunk": "2.1.0", |
52 | | - "semantic-ui-less": "2.3.1", |
53 | | - "semantic-ui-react": "0.79.0", |
54 | | - "style-loader": "0.20.3", |
55 | | - "threads": "^1.0.2", |
56 | | - "url-loader": "1.0.1", |
57 | | - "webpack": "4.4.1", |
58 | | - "webpack-cli": "2.0.13" |
| 56 | + "redux-promise-middleware": "6.1.2", |
| 57 | + "redux-thunk": "2.3.0", |
| 58 | + "semantic-ui-less": "2.4.1", |
| 59 | + "semantic-ui-react": "2.0.3", |
| 60 | + "style-loader": "2.0.0", |
| 61 | + "threads": "^1.6.3", |
| 62 | + "url-loader": "4.1.1", |
| 63 | + "webpack": "5.17.0", |
| 64 | + "webpack-cli": "4.4.0" |
59 | 65 | } |
60 | 66 | } |
0 commit comments