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": {
|
2020-11-17 07:26:29 -05:00
|
|
|
"@chakra-ui/core": "^1.0.0-rc.8",
|
2020-08-29 22:16:38 +01:00
|
|
|
"downloadjs": "^1.4.7",
|
2021-02-12 20:38:47 +01:00
|
|
|
"framer-motion": "^3.3.0",
|
2020-08-29 22:16:38 +01:00
|
|
|
"jszip": "^3.4.0",
|
2020-10-26 08:59:56 +01:00
|
|
|
"lodash": "^4.17.20",
|
2021-03-23 19:26:50 +01:00
|
|
|
"lucide-react": "0.14.0",
|
2020-12-31 16:41:07 +01:00
|
|
|
"next": "^10.0.4",
|
2020-08-29 22:16:38 +01:00
|
|
|
"react": "^16.13.1",
|
2020-11-05 15:07:04 -05:00
|
|
|
"react-color": "2.17.3",
|
2020-10-26 08:59:56 +01:00
|
|
|
"react-dom": "^16.13.1",
|
2020-11-03 20:58:51 +01:00
|
|
|
"react-svg-loader": "^3.0.3"
|
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",
|
2020-11-03 20:58:51 +01:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-10-31 07:53:25 -04:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-10-07 11:47:41 -04:00
|
|
|
"jest": "^26.5.2",
|
|
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-08-29 22:16:38 +01:00
|
|
|
"typescript": "^3.9.5"
|
|
|
|
|
}
|
|
|
|
|
}
|