|
15 | 15 | "pretest": "npm run lint && npm run prettier && npm run inspect", |
16 | 16 | "prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"", |
17 | 17 | "test": "jest --coverage --runInBand", |
18 | | - "version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md" |
| 18 | + "version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md", |
| 19 | + "build": "webpack --config ./webpack.config.js", |
| 20 | + "start": "webpack-dev-server --open --config ./webpack.config.dev.js", |
| 21 | + "watch": "webpack -w --progress" |
19 | 22 | }, |
20 | 23 | "license": "ISC", |
21 | 24 | "repository": "https://github.com/readmeio/syntax-highlighter", |
|
26 | 29 | "@commitlint/config-conventional": "^9.1.2", |
27 | 30 | "@readme/eslint-config": "^3.2.0", |
28 | 31 | "babel-jest": "^26.3.0", |
| 32 | + "babel-loader": "^8.1.0", |
29 | 33 | "babel-polyfill": "^6.26.0", |
30 | 34 | "conventional-changelog-cli": "^2.1.0", |
31 | 35 | "enzyme": "^3.11.0", |
32 | 36 | "enzyme-adapter-react-16": "^1.15.4", |
33 | 37 | "eslint": "^7.0.0", |
34 | 38 | "glob": "^7.1.6", |
| 39 | + "html-webpack-plugin": "^4.4.1", |
35 | 40 | "husky": "^4.2.5", |
36 | 41 | "jest": "^26.0.1", |
37 | 42 | "jsinspect": "^0.12.6", |
38 | | - "prettier": "^2.0.1" |
| 43 | + "prettier": "^2.0.1", |
| 44 | + "terser-webpack-plugin": "^4.1.0", |
| 45 | + "webpack": "^4.44.1", |
| 46 | + "webpack-cli": "^3.3.12", |
| 47 | + "webpack-dev-server": "^3.11.0" |
39 | 48 | }, |
40 | 49 | "prettier": "@readme/eslint-config/prettier", |
41 | 50 | "husky": { |
|
0 commit comments