|
9 | 9 | ],
|
10 | 10 | "homepage": "https://openlayers.org/",
|
11 | 11 | "scripts": {
|
12 |
| - "lint": "eslint tasks test src examples transforms", |
13 |
| - "pretest": "npm run lint", |
| 12 | + "lint": "eslint tasks test src/ol examples transforms", |
| 13 | + "pretest": "npm run lint && npm run typecheck", |
14 | 14 | "test": "npm run karma -- --single-run",
|
15 | 15 | "karma": "karma start test/karma.config.js",
|
16 | 16 | "serve-examples": "mkdir -p build/examples && webpack --config examples/webpack/config.js --watch & serve build/examples",
|
17 |
| - "build-examples": "webpack --config examples/webpack/config.js --env=prod" |
| 17 | + "build-examples": "webpack --config examples/webpack/config.js --env=prod", |
| 18 | + "build-index": "node tasks/generate-index.js", |
| 19 | + "prebuild": "npm run build-index", |
| 20 | + "build": "webpack --config config/webpack.js", |
| 21 | + "presrc-closure": "npm run prebuild", |
| 22 | + "src-closure": "babel -q --out-dir build/src-closure src/", |
| 23 | + "pretypecheck": "npm run src-closure", |
| 24 | + "typecheck": "node tasks/typecheck" |
18 | 25 | },
|
19 | 26 | "main": "src/ol/index.js",
|
20 | 27 | "repository": {
|
|
36 | 43 | },
|
37 | 44 | "devDependencies": {
|
38 | 45 | "async": "2.6.0",
|
| 46 | + "babel-cli": "6.26.0", |
39 | 47 | "babel-minify-webpack-plugin": "^0.3.0",
|
| 48 | + "babel-plugin-jsdoc-closure": "1.0.2", |
40 | 49 | "clean-css-cli": "4.1.10",
|
41 | 50 | "copy-webpack-plugin": "^4.0.1",
|
42 | 51 | "coveralls": "3.0.0",
|
|
46 | 55 | "front-matter": "^2.1.2",
|
47 | 56 | "fs-extra": "5.0.0",
|
48 | 57 | "glob": "7.1.1",
|
| 58 | + "google-closure-compiler": "20180101.0.0", |
49 | 59 | "handlebars": "4.0.11",
|
50 | 60 | "html-webpack-plugin": "^2.30.1",
|
51 | 61 | "istanbul": "0.4.5",
|
|
65 | 75 | "nomnom": "1.8.1",
|
66 | 76 | "pixelmatch": "^4.0.2",
|
67 | 77 | "proj4": "2.4.4",
|
| 78 | + "recast": "0.13.0", |
68 | 79 | "serve": "^6.0.6",
|
69 | 80 | "sinon": "4.2.2",
|
70 | 81 | "url-polyfill": "^1.0.7",
|
|
0 commit comments