UNPKG

ccy-icons

Version:
51 lines (50 loc) 1.15 kB
{ "name": "ccy-icons-docs", "version": "0.1.0", "private": true, "homepage": "https://ccy-icons.netlify.app/", "dependencies": { "ccy-icons": "^1.0.2", "clsx": "^1.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.10.1", "sass": "^1.63.6" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.2", "@types/node": "^20.4.1", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", "gh-pages": "^5.0.0", "react-scripts": "5.0.1", "typescript": "^5.1.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }