jsoneditor/examples/react_demo/package.json

30 lines
604 B
JSON
Raw Normal View History

2018-08-06 23:10:07 +08:00
{
"name": "react_demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "^8.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.3.1"
2018-08-06 23:10:07 +08:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
2019-09-01 22:37:57 +08:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2018-08-06 23:10:07 +08:00
}
}