Files
react/fixtures/art/package.json
Andrew Clark 56efb2e227 Bump canary versions to v19-canary (#28646)
This bumps the canary versions to v19 to communicate that the next
release will be a major. Once this lands, we can start merging breaking
changes into `main`.
2024-03-26 15:31:57 -04:00

18 lines
460 B
JSON

{
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"react": "^19.0.0",
"react-art": "^19.0.0",
"react-dom": "^19.0.0",
"webpack": "^1.14.0"
},
"scripts": {
"prebuild": "cp -r ../../build/oss-experimental/* ./node_modules/",
"build": "webpack app.js bundle.js"
}
}