1
0
Fork 0
cmdui/frontend/package.json

21 lines
518 B
JSON

{
"name": "cmdui",
"version": "0.1.0",
"private": true,
"dependencies": {
"ansi-to-html": "^0.6.6",
"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"
},
"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"
}
}