spaceport/webclient/package.json

42 lines
899 B
JSON
Raw Normal View History

2020-01-06 23:32:29 +00:00
{
2020-01-07 02:10:25 +00:00
"name": "webclient",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-01-10 00:29:52 +00:00
"moment": "^2.24.0",
2020-01-07 02:10:25 +00:00
"react": "^16.12.0",
"react-datetime": "^2.16.3",
2020-01-07 02:10:25 +00:00
"react-dom": "^16.12.0",
"react-quill": "^1.3.3",
2020-01-09 07:38:49 +00:00
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-to-print": "^2.5.1",
2020-01-22 22:38:30 +00:00
"semantic-ui-react": "^0.88.2",
"serialize-javascript": "^2.1.2"
2020-01-07 02:10:25 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
2020-01-06 23:32:29 +00:00
}