mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:17:03 +01:00
* add contributers * Add icon fetcher * add contributing json * Fix fetch call * Add contributers to site * Add caching for github api * Fix build * Move context provider * Revert packages changes * Fix mobile layout * remove react-spring * remove incorrect type prop
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/core": "^1.0.0-rc.8",
|
|
"downloadjs": "^1.4.7",
|
|
"framer-motion": "^3.3.0",
|
|
"fuse.js": "^6.0.4",
|
|
"jszip": "^3.4.0",
|
|
"lodash": "^4.17.20",
|
|
"lucide-react": "^0.11.0",
|
|
"next": "^10.0.4",
|
|
"object-path": "0.11.5",
|
|
"react": "^16.13.1",
|
|
"react-color": "2.17.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-svg-loader": "^3.0.3"
|
|
},
|
|
"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",
|
|
"@types/node": "^14.0.11",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"babel-jest": "^26.5.2",
|
|
"babel-loader": "^8.1.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"jest": "^26.5.2",
|
|
"react-test-renderer": "^16.13.1",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|