2020-08-29 22:16:38 +01:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"name": "site",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"author": "John Letey",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
2020-10-07 17:42:59 +02:00
|
|
|
"export": "next export -o build",
|
2020-10-07 11:47:41 -04:00
|
|
|
"deploy": "yarn build && yarn export",
|
|
|
|
|
"test": "jest"
|
2020-08-29 22:16:38 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chakra-ui/core": "^0.8.0",
|
|
|
|
|
"@emotion/core": "^10.0.28",
|
|
|
|
|
"@emotion/styled": "^10.0.27",
|
|
|
|
|
"downloadjs": "^1.4.7",
|
|
|
|
|
"emotion-theming": "^10.0.27",
|
|
|
|
|
"fuse.js": "^6.0.4",
|
|
|
|
|
"jszip": "^3.4.0",
|
2020-10-11 13:51:07 +02:00
|
|
|
"next": "^9.5.4",
|
2020-08-29 22:16:38 +01:00
|
|
|
"react": "^16.13.1",
|
2020-10-07 11:47:41 -04:00
|
|
|
"react-dom": "^16.13.1"
|
2020-08-29 22:16:38 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-10-07 11:47:41 -04:00
|
|
|
"@testing-library/dom": "^7.24.4",
|
|
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
|
"@testing-library/react": "^11.0.4",
|
|
|
|
|
"@testing-library/react-hooks": "^3.4.2",
|
2020-08-29 22:16:38 +01:00
|
|
|
"@types/node": "^14.0.11",
|
|
|
|
|
"@types/react": "^16.9.35",
|
|
|
|
|
"@types/react-dom": "^16.9.8",
|
2020-10-07 11:47:41 -04:00
|
|
|
"babel-jest": "^26.5.2",
|
|
|
|
|
"jest": "^26.5.2",
|
|
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-08-29 22:16:38 +01:00
|
|
|
"typescript": "^3.9.5"
|
|
|
|
|
}
|
|
|
|
|
}
|