mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
32 lines
946 B
JSON
32 lines
946 B
JSON
{
|
|
"name": "attribute-behavior",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"file-saver": "^1.3.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-virtualized": "^9.9.0"
|
|
},
|
|
"scripts": {
|
|
"predev": "cp ../../build/oss-experimental/react/umd/react.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom.development.js public/ && cp ../../build/oss-experimental/react-dom/umd/react-dom-server-legacy.browser.development.js public/",
|
|
"dev": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|