git-bug/webui/package.json

17 lines
342 B
JSON
Raw Normal View History

{
"name": "webui",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
2018-07-17 03:10:04 +03:00
}