|
17 | 17 | "dist/*" |
18 | 18 | ], |
19 | 19 | "scripts": { |
| 20 | + "buildd": "rollup -c", |
20 | 21 | "build": "rollup -c; webpack --config ./webpack.config.js --mode production", |
21 | 22 | "ghp": "npm run build; rm -rf ../regl-scatterplot-ghp/*; touch ../regl-scatterplot-ghp/.nojekyll; cp -r docs/* ../regl-scatterplot-ghp/", |
22 | 23 | "lint": "eslint src tests rollup.config.js webpack.config.js", |
|
29 | 30 | "watch": "rollup -cw" |
30 | 31 | }, |
31 | 32 | "dependencies": { |
32 | | - "camera-2d-simple": "^2.0.0-rc2", |
33 | | - "canvas-camera-2d": "^0.5.5", |
34 | | - "gl-matrix": "^2.8.1", |
35 | | - "is-key-down": "^0.1.0", |
36 | | - "kdbush": "^3.0.0", |
37 | | - "lodash-es": "^4.17.11", |
38 | | - "pub-sub-es": "^1.2.0", |
39 | | - "regl": "^1.3.9", |
40 | | - "regl-line": "^0.1.3", |
| 33 | + "@flekschas/dom-2d-camera": "~1.0.0-rc.2", |
| 34 | + "camera-2d-simple": "~2.0.0", |
| 35 | + "gl-matrix": "~3.1.0", |
| 36 | + "is-key-down": "~0.1.0", |
| 37 | + "kdbush": "~3.0.0", |
| 38 | + "lodash-es": "~4.17.11", |
| 39 | + "pub-sub-es": "~1.2.1", |
| 40 | + "regl": "~1.3.13", |
| 41 | + "regl-line": "~0.1.4", |
41 | 42 | "scroll-speed": "flekschas/scroll-speed", |
42 | | - "with-raf": "^1.0.0" |
| 43 | + "with-raf": "~1.1.1" |
43 | 44 | }, |
44 | 45 | "peerDependencies": { |
45 | | - "pub-sub-es": "^1.2.0", |
46 | | - "regl": "^1.3.9" |
| 46 | + "pub-sub-es": "~1.2.1", |
| 47 | + "regl": "~1.3.13" |
47 | 48 | }, |
48 | 49 | "devDependencies": { |
49 | | - "@babel/core": "^7.1.6", |
50 | | - "@babel/plugin-transform-regenerator": "^7.0.0", |
51 | | - "@babel/polyfill": "^7.0.0", |
52 | | - "@babel/preset-env": "^7.1.6", |
| 50 | + "@babel/core": "^7.8.4", |
| 51 | + "@babel/plugin-transform-regenerator": "^7.8.3", |
| 52 | + "@babel/polyfill": "^7.8.3", |
| 53 | + "@babel/preset-env": "^7.8.4", |
| 54 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 55 | + "@rollup/plugin-json": "^4.0.2", |
| 56 | + "@rollup/plugin-node-resolve": "^7.1.0", |
53 | 57 | "acorn": "^6.0.4", |
54 | 58 | "babel-loader": "^8.0.4", |
55 | 59 | "babel-plugin-lodash": "^3.3.4", |
56 | 60 | "browser-env": "^3.2.5", |
57 | | - "eslint": "^5.9.0", |
58 | | - "eslint-config-airbnb": "^17.1.0", |
59 | | - "eslint-config-prettier": "^v3.3.0", |
60 | | - "eslint-plugin-flowtype": "^2.50.3", |
61 | | - "eslint-plugin-import": "^2.14.0", |
62 | | - "eslint-plugin-jsx-a11y": "^6.1.2", |
63 | | - "eslint-plugin-prettier": "^3.0.0", |
64 | | - "eslint-plugin-react": "^7.11.1", |
65 | | - "esm": "^3.0.84", |
66 | | - "gl": "^4.4.0", |
| 61 | + "eslint": "^6.8.0", |
| 62 | + "eslint-config-airbnb": "^18.0.1", |
| 63 | + "eslint-config-prettier": "^6.10.0", |
| 64 | + "eslint-plugin-flowtype": "^4.6.0", |
| 65 | + "eslint-plugin-import": "^2.20.1", |
| 66 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 67 | + "eslint-plugin-prettier": "^3.1.2", |
| 68 | + "eslint-plugin-react": "^7.18.2", |
| 69 | + "esm": "^3.2.25", |
| 70 | + "gl": "^4.4.1", |
67 | 71 | "html-webpack-plugin": "^3.2.0", |
68 | | - "husky": "^1.1.4", |
69 | | - "lint-staged": "^8.1.0", |
| 72 | + "husky": "^4.2.1", |
| 73 | + "lint-staged": "^10.0.7", |
70 | 74 | "merge": ">=1.2.1", |
71 | | - "prettier": "^1.15.2", |
72 | | - "pretty-quick": "^1.8.0", |
73 | | - "rollup": "^0.67.3", |
74 | | - "rollup-plugin-babel": "^4.0.3", |
75 | | - "rollup-plugin-commonjs": "^9.2.0", |
76 | | - "rollup-plugin-filesize": "^5.0.1", |
77 | | - "rollup-plugin-json": "^3.1.0", |
78 | | - "rollup-plugin-node-resolve": "^3.4.0", |
79 | | - "rollup-plugin-terser": "^3.0.0", |
80 | | - "rollup-plugin-visualizer": "^0.9.2", |
| 75 | + "prettier": "^1.19.1", |
| 76 | + "pretty-quick": "^2.0.1", |
| 77 | + "rollup": "^1.31.0", |
| 78 | + "rollup-plugin-babel": "^4.3.3", |
| 79 | + "rollup-plugin-filesize": "^6.2.1", |
| 80 | + "rollup-plugin-terser": "^5.2.0", |
| 81 | + "rollup-plugin-visualizer": "^3.3.1", |
81 | 82 | "tap-spec": "^5.0.0", |
82 | 83 | "tape-run": "^6.0.1", |
83 | | - "webpack": "^4.25.1", |
84 | | - "webpack-cli": "^3.1.2", |
85 | | - "webpack-dev-server": "^3.9.0", |
| 84 | + "webpack": "^4.41.5", |
| 85 | + "webpack-cli": "^3.3.10", |
| 86 | + "webpack-dev-server": "^3.10.2", |
86 | 87 | "webpack-tape-run": "0.0.7", |
87 | | - "zora": "^2.0.1" |
| 88 | + "zora": "^3.1.8" |
88 | 89 | }, |
89 | 90 | "homepage": "https://github.com/flekschas/regl-scatterplot", |
90 | 91 | "repository": { |
|
0 commit comments