25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "conqueror",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"material-ui": "^0.17.4",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-redux": "^5.0.4",
|
|
"react-router": "^4.1.1",
|
|
"react-router-dom": "^4.1.1",
|
|
"react-tap-event-plugin": "^2.0.1",
|
|
"redux": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|