mirror of
https://github.com/gosticks/web.git
synced 2026-04-21 20:44:25 +00:00
32 lines
788 B
JSON
32 lines
788 B
JSON
{
|
|
"name": "coreui-react",
|
|
"version": "1.0.0-alpha.6",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-sass": "^2.3.2",
|
|
"react-scripts": "^1.0.6"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "2.5.0",
|
|
"history": "^4.6.1",
|
|
"ionicons": "^3.0.0",
|
|
"react": "^15.6.1",
|
|
"react-addons-css-transition-group": "15.5.2",
|
|
"react-addons-transition-group": "15.5.2",
|
|
"react-chartjs-2": "2.1.0",
|
|
"react-dom": "^15.5.4",
|
|
"react-router-dom": "4.1.1",
|
|
"react-transition-group": "^1.2.0",
|
|
"reactstrap": "4.6.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|