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

48 lines
1.2 KiB
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": {
2019-03-30 22:13:49 +01:00
"@material-ui/core": "^3.9.3",
2019-03-25 21:18:39 +01:00
"@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",
2019-03-30 22:13:49 +01:00
"@types/react-swipeable-views": "latest",
2019-04-04 02:01:54 +02:00
"@types/emoji-mart": "^2.8.2",
2019-03-30 22:13:49 +01:00
"megalodon": "^0.6.0",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
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",
2019-03-30 22:13:49 +01:00
"react-swipeable-views": "^0.13.1",
"typescript": "3.4.1",
2019-03-30 22:13:49 +01:00
"notistack": "^0.5.1",
2019-04-02 23:28:04 +02:00
"react-web-share-api": "^0.0.2",
2019-04-04 02:01:54 +02:00
"query-string": "^6.4.2",
"file-dialog": "^0.0.7",
"emoji-mart": "^2.8.2",
"material-ui-pickers": "^2.2.4",
2019-04-07 23:25:39 +02:00
"@date-io/moment": "^1.1.0",
"axios": "^0.18.0"
2019-03-25 20:53:33 +01:00
},
"scripts": {
2019-04-07 23:25:39 +02:00
"start": "HTTPS=true BROWSER='Safari Technology Preview' react-scripts start",
2019-03-25 20:53:33 +01:00
"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"
]
}