|
8 | 8 | "start": "webpack-dev-server --mode development --host=0.0.0.0 --port=8080", |
9 | 9 | "clean": "rm -rf lib dist local", |
10 | 10 | "dist": "webpack --mode production", |
11 | | - "babel": "NODE_ENV=production babel ./src -d lib --ignore 'demo.js'", |
| 11 | + "babel": "NODE_ENV=production babel ./src -d lib --ignore src/demo.js", |
12 | 12 | "build": "npm run clean && npm run babel && npm run dist", |
13 | 13 | "local": "mkdir -p local && cp -r lib dist package.json local", |
14 | 14 | "prepublishOnly": "npm run build" |
|
28 | 28 | "author": "Brijesh Bittu <brijesh@bitwiser.in> (http://bitwiser.in/)", |
29 | 29 | "license": "MIT", |
30 | 30 | "devDependencies": { |
31 | | - "babel-cli": "^6.26.0", |
32 | | - "babel-core": "^6.26.3", |
33 | | - "babel-loader": "^7.1.5", |
| 31 | + "@babel/cli": "^7.7.0", |
| 32 | + "@babel/core": "^7.7.2", |
| 33 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 34 | + "@babel/preset-env": "^7.7.1", |
| 35 | + "babel-loader": "^8.0.6", |
34 | 36 | "babel-plugin-transform-class-properties": "^6.24.1", |
35 | | - "babel-preset-env": "^1.7.0", |
36 | | - "css-loader": "^1.0.0", |
| 37 | + "css-loader": "^3.2.0", |
37 | 38 | "html-webpack-plugin": "^3.2.0", |
38 | | - "monaco-editor": "0.17.1", |
| 39 | + "monaco-editor": "0.18.1", |
39 | 40 | "monaco-editor-webpack-plugin": "^1.7.0", |
40 | | - "style-loader": "^0.22.1", |
41 | | - "webpack": "^4.16.5", |
42 | | - "webpack-cli": "^3.1.0", |
43 | | - "webpack-dev-server": "^3.1.5" |
| 41 | + "style-loader": "^1.0.0", |
| 42 | + "webpack": "^4.41.2", |
| 43 | + "webpack-cli": "^3.3.10", |
| 44 | + "webpack-dev-server": "^3.9.0" |
44 | 45 | }, |
45 | 46 | "peerDependencies": { |
46 | | - "monaco-editor": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0" |
| 47 | + "monaco-editor": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0" |
47 | 48 | } |
48 | 49 | } |
0 commit comments