| 1 | { |
| 2 | "devDependencies": { |
| 3 | "@babel/core": "^7.10.5", |
| 4 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 5 | "@babel/preset-env": "^7.10.4", |
| 6 | "@babel/preset-react": "^7.10.4", |
| 7 | "babel-loader": "^8.1.0", |
| 8 | "react": "^19.0.0", |
| 9 | "react-art": "^19.0.0", |
| 10 | "react-dom": "^19.0.0", |
| 11 | "webpack": "^1.14.0" |
| 12 | }, |
| 13 | "scripts": { |
| 14 | "prebuild": "cp -r ../../build/oss-experimental/* ./node_modules/", |
| 15 | "build": "webpack app.js bundle.js" |
| 16 | } |
| 17 | } |