|
1 | 1 | {
|
2 | 2 | "name": "javascript-obfuscator-web",
|
3 |
| - "version": "1.3.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "",
|
5 |
| - "main": "server.js", |
6 | 5 | "engines": {
|
7 | 6 | "node": ">=6.3.1"
|
8 | 7 | },
|
9 | 8 | "scripts": {
|
10 |
| - "start": "node server.js", |
| 9 | + "start": "pm2 restart ecosystem.config.js", |
| 10 | + "stop": "pm2 delete ecosystem.config.js", |
11 | 11 | "webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
|
12 | 12 | "webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --devtool source-map --progress --optimize-minimize",
|
13 | 13 | "postinstall": "npm run updatesemantic && npm run webpack:prod",
|
|
19 | 19 | "body-parser": "1.15.2",
|
20 | 20 | "classnames": "2.2.5",
|
21 | 21 | "codemirror": "5.18.2",
|
| 22 | + "css-loader": "0.28.11", |
| 23 | + "eslint": "4.19.1", |
| 24 | + "eslint-plugin-react": "7.7.0", |
22 | 25 | "express": "4.14.0",
|
| 26 | + "extract-text-webpack-plugin": "4.0.0-beta.0", |
23 | 27 | "graceful-fs": "4.1.9",
|
24 | 28 | "inert": "5.1.0",
|
25 |
| - "javascript-obfuscator": "0.18.3", |
| 29 | + "javascript-obfuscator": "0.18.4", |
| 30 | + "less": "2.7.1", |
| 31 | + "less-loader": "4.1.0", |
| 32 | + "pm2": "^4.1.2", |
26 | 33 | "prop-types": "15.6.1",
|
27 | 34 | "react": "16.3.0",
|
28 | 35 | "react-codemirror2": "5.0.1",
|
|
35 | 42 | "redux-thunk": "2.1.0",
|
36 | 43 | "semantic-ui-less": "2.3.1",
|
37 | 44 | "semantic-ui-react": "0.79.0",
|
38 |
| - "babel-core": "6.14.0", |
39 |
| - "babel-eslint": "8.2.2", |
40 |
| - "babel-loader": "7.1.4", |
41 |
| - "babel-preset-es2015": "6.14.0", |
42 |
| - "babel-preset-react": "6.11.1", |
43 |
| - "babel-preset-stage-0": "6.5.0", |
44 |
| - "css-loader": "0.28.11", |
45 |
| - "eslint": "4.19.1", |
46 |
| - "eslint-plugin-react": "7.7.0", |
47 |
| - "extract-text-webpack-plugin": "4.0.0-beta.0", |
48 |
| - "less": "2.7.1", |
49 |
| - "less-loader": "4.1.0", |
50 | 45 | "style-loader": "0.20.3",
|
51 | 46 | "url-loader": "1.0.1",
|
52 | 47 | "webpack": "4.4.1",
|
|
0 commit comments