| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@pythnetwork/next-root",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "exports": {
- ".": "./src/index.tsx"
- },
- "scripts": {
- "fix:format": "prettier --write .",
- "fix:lint": "eslint --fix .",
- "test:format": "prettier --check .",
- "test:lint": "jest --selectProjects lint",
- "test:types": "tsc"
- },
- "peerDependencies": {
- "next": "catalog:",
- "react": "catalog:",
- "react-aria": "catalog:",
- "react-dom": "catalog:"
- },
- "dependencies": {
- "@amplitude/analytics-browser": "catalog:",
- "@amplitude/plugin-autocapture-browser": "catalog:",
- "@axe-core/react": "catalog:",
- "@next/third-parties": "catalog:",
- "@pythnetwork/app-logger": "workspace:*",
- "bcp-47": "catalog:",
- "next-themes": "catalog:"
- },
- "devDependencies": {
- "@cprussin/eslint-config": "catalog:",
- "@cprussin/jest-config": "catalog:",
- "@cprussin/prettier-config": "catalog:",
- "@cprussin/tsconfig": "catalog:",
- "@types/jest": "catalog:",
- "@types/react": "catalog:",
- "@types/react-dom": "catalog:",
- "eslint": "catalog:",
- "jest": "catalog:",
- "next": "catalog:",
- "prettier": "catalog:",
- "react": "catalog:",
- "react-aria": "catalog:",
- "react-dom": "catalog:",
- "typescript": "catalog:"
- }
- }
|