datalovelace/package.json
2020-08-14 18:00:00 -05:00

49 lines
1.1 KiB
JSON

{
"name": "datalovelace",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"cookie-parser": "^1.4.5",
"downloadjs": "^1.4.7",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"js2excel": "^1.0.1",
"lovelacejs": "^0.2.1",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"uuidv4": "^6.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"server": "node ./server/index",
"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"
]
}
}