hyperspace-desktop-client-w.../package.json

36 lines
813 B
JSON
Raw Normal View History

2019-03-25 20:53:33 +01:00
{
2019-03-25 21:18:39 +01:00
"name": "hyperspace",
"version": "1.0.0",
2019-03-25 20:53:33 +01:00
"private": true,
2019-03-25 21:18:39 +01:00
"devDependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
2019-03-25 20:53:33 +01:00
"@types/jest": "24.0.11",
"@types/node": "11.11.6",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
2019-03-25 21:18:39 +01:00
"@types/react-router-dom": "^4.3.1",
"megalodon": "latest",
2019-03-25 20:53:33 +01:00
"react": "^16.8.5",
"react-dom": "^16.8.5",
2019-03-25 21:18:39 +01:00
"react-router-dom": "^5.0.0",
2019-03-25 20:53:33 +01:00
"react-scripts": "2.1.8",
"typescript": "3.3.4000"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}