1
0
Fork 0
cmdui/frontend/package.json

21 lines
518 B
JSON
Raw Normal View History

2017-10-29 22:06:41 +00:00
{
"name": "cmdui",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-09-07 13:16:30 +00:00
"ansi-to-html": "^0.6.6",
2018-09-07 12:31:54 +00:00
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"source-map-explorer": "^1.6.0"
2017-10-29 22:06:41 +00:00
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}