|
| 1 | +{ |
| 2 | + "name": "@pythnetwork/component-library", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "build:storybook": "storybook build", |
| 8 | + "fix": "pnpm fix:lint && pnpm fix:format", |
| 9 | + "fix:format": "prettier --write .", |
| 10 | + "fix:lint": "eslint --fix .", |
| 11 | + "start:storybook": "storybook dev --port 4000 --no-open", |
| 12 | + "test": "pnpm test:types && pnpm test:lint && pnpm test:format", |
| 13 | + "test:format": "prettier --check .", |
| 14 | + "test:lint": "jest --selectProjects lint", |
| 15 | + "test:types": "tsc" |
| 16 | + }, |
| 17 | + "peerDependencies": { |
| 18 | + "react": "^18.3.1" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "clsx": "^2.1.1", |
| 22 | + "react-aria": "^3.35.0", |
| 23 | + "react-aria-components": "^1.4.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@cprussin/eslint-config": "^3.0.0", |
| 27 | + "@cprussin/jest-config": "^1.4.1", |
| 28 | + "@cprussin/prettier-config": "^2.1.1", |
| 29 | + "@cprussin/tsconfig": "^3.0.1", |
| 30 | + "@phosphor-icons/react": "^2.1.7", |
| 31 | + "@pythnetwork/fonts": "workspace:^", |
| 32 | + "@storybook/addon-essentials": "^8.3.5", |
| 33 | + "@storybook/addon-styling-webpack": "^1.0.0", |
| 34 | + "@storybook/addon-themes": "^8.3.5", |
| 35 | + "@storybook/blocks": "^8.3.5", |
| 36 | + "@storybook/nextjs": "^8.3.5", |
| 37 | + "@storybook/react": "^8.3.5", |
| 38 | + "@tailwindcss/forms": "^0.5.9", |
| 39 | + "@types/jest": "^29.5.13", |
| 40 | + "@types/react": "^18.3.11", |
| 41 | + "autoprefixer": "^10.4.20", |
| 42 | + "css-loader": "^7.1.2", |
| 43 | + "eslint": "^9.12.0", |
| 44 | + "jest": "^29.7.0", |
| 45 | + "postcss": "^8.4.47", |
| 46 | + "postcss-loader": "^8.1.1", |
| 47 | + "prettier": "^3.3.3", |
| 48 | + "react": "^18.3.1", |
| 49 | + "storybook": "^8.3.5", |
| 50 | + "style-loader": "^4.0.0", |
| 51 | + "tailwindcss": "^3.4.13", |
| 52 | + "tailwindcss-animate": "^1.0.7", |
| 53 | + "tailwindcss-react-aria-components": "^1.1.6", |
| 54 | + "typescript": "^5.6.3" |
| 55 | + } |
| 56 | +} |
0 commit comments