Files
lucide/site/package.json
T

42 lines
1.0 KiB
JSON
Raw Normal View History

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",
"export": "next export -o build",
"deploy": "yarn build && yarn export",
"test": "jest"
2020-08-29 22:16:38 +01:00
},
"dependencies": {
"@chakra-ui/core": "^1.0.0-rc.8",
2020-08-29 22:16:38 +01:00
"downloadjs": "^1.4.7",
"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",
"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": {
"@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",
"babel-jest": "^26.5.2",
2020-11-03 20:58:51 +01:00
"babel-loader": "^8.1.0",
"cheerio": "^1.0.0-rc.3",
"jest": "^26.5.2",
"react-test-renderer": "^16.13.1",
2020-08-29 22:16:38 +01:00
"typescript": "^3.9.5"
}
}