|
19 | 19 | "watch": "cross-env NODE_ENV=development parcel index.html --no-hmr ",
|
20 | 20 | "build": "cross-env NODE_ENV=production parcel build index.html --public-url ./",
|
21 | 21 | "lint": "eslint .",
|
22 |
| - "link-local": "yalc link @tensorflow-models/handpose" |
| 22 | + "link-local": "yalc link @tensorflow-models/handpose", |
| 23 | + "build-dep": "cd ../ && yarn && yarn build" |
23 | 24 | },
|
24 | 25 | "browser": {
|
25 | 26 | "crypto": false
|
26 | 27 | },
|
27 | 28 | "devDependencies": {
|
28 |
| - "babel-core": "~6.26.3", |
29 |
| - "babel-plugin-transform-runtime": "~6.23.0", |
30 |
| - "babel-polyfill": "~6.26.0", |
31 |
| - "babel-preset-env": "~1.7.0", |
| 29 | + "@babel/core": "^7.7.5", |
| 30 | + "@babel/plugin-transform-runtime": "^7.7.6", |
| 31 | + "@babel/preset-env": "^7.7.6", |
| 32 | + "babel-plugin-external-helpers": "^6.22.0", |
| 33 | + "babel-preset-env": "^1.7.0", |
32 | 34 | "clang-format": "~1.2.2",
|
33 | 35 | "cross-env": "^5.2.0",
|
34 |
| - "dat.gui": "~0.7.2", |
35 |
| - "eslint": "~4.19.1", |
36 |
| - "eslint-config-google": "~0.9.1", |
37 |
| - "parcel-bundler": "~1.12.5", |
38 |
| - "yalc": "~1.0.0-pre.50" |
| 36 | + "eslint": "^4.19.1", |
| 37 | + "eslint-config-google": "^0.9.1", |
| 38 | + "parcel-bundler": "1.12.5", |
| 39 | + "parcel-plugin-static-files-copy": "^2.5.1", |
| 40 | + "yalc": "~1.0.0-pre.50", |
| 41 | + "dat.gui": "~0.7.2" |
39 | 42 | },
|
40 | 43 | "resolutions": {
|
41 | 44 | "is-svg": "4.3.1"
|
|
0 commit comments