|
2 | 2 | "name": "@code-dot-org/maze", |
3 | 3 | "version": "1.1.0", |
4 | 4 | "description": "standalone project for the Maze app type", |
5 | | - "files": [ |
6 | | - "lib/maze.js" |
7 | | - ], |
8 | | - "main": "lib/maze.js", |
| 5 | + "main": "dist/main.js", |
9 | 6 | "scripts": { |
10 | 7 | "build": "webpack -p", |
11 | | - "build:dev": "webpack --progress --colors", |
12 | | - "build:demo": "webpack --config demo/webpack.config.js", |
| 8 | + "build:dev": "webpack --progress --colors --mode=development", |
| 9 | + "build:demo": "webpack --config demo/webpack.config.js -p", |
13 | 10 | "lint": "eslint --ext .js src/ test", |
14 | 11 | "postversion": "git push && git push --tags && npm publish", |
15 | 12 | "preversion": "npm run test", |
|
29 | 26 | "babel-core": "^6.26.0", |
30 | 27 | "babel-eslint": "^8.0.3", |
31 | 28 | "babel-jest": "^22.1.0", |
32 | | - "babel-loader": "^7.1.2", |
| 29 | + "babel-loader": "^7.1.4", |
33 | 30 | "babel-plugin-add-module-exports": "^0.2.1", |
34 | 31 | "babel-plugin-transform-class-properties": "^6.23.0", |
35 | 32 | "babel-plugin-transform-es2015-classes": "^6.9.0", |
|
38 | 35 | "codecov": "^3.0.0", |
39 | 36 | "eslint": "^3.19.0", |
40 | 37 | "eslint-plugin-babel": "^4.1.2", |
41 | | - "file-loader": "^1.1.6", |
42 | | - "html-webpack-plugin": "^2.30.1", |
| 38 | + "file-loader": "^1.1.11", |
| 39 | + "html-webpack-plugin": "^3.2.0", |
43 | 40 | "jest": "^22.1.3", |
44 | | - "prop-types": "^15.6.0", |
45 | | - "webpack": "^3.8.1", |
46 | | - "webpack-dev-server": "^2.9.5" |
| 41 | + "webpack": "^4.8.1", |
| 42 | + "webpack-cli": "^2.1.3" |
47 | 43 | }, |
48 | 44 | "jest": { |
49 | 45 | "coverageDirectory": "./coverage/", |
|
0 commit comments