|
@@ -1,65 +1,65 @@
|
|
|
{
|
|
{
|
|
|
- "name": "@pythnetwork/developer-hub",
|
|
|
|
|
- "version": "0.0.0",
|
|
|
|
|
- "private": true,
|
|
|
|
|
- "type": "module",
|
|
|
|
|
- "engines": {
|
|
|
|
|
- "node": "22"
|
|
|
|
|
- },
|
|
|
|
|
- "scripts": {
|
|
|
|
|
- "build:vercel": "next build",
|
|
|
|
|
- "build:analyze": "ANALYZE=true next build",
|
|
|
|
|
- "fix:format": "prettier --write .",
|
|
|
|
|
- "fix:lint:eslint": "eslint --fix .",
|
|
|
|
|
- "fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
|
|
|
|
|
- "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
|
|
|
|
|
- "start:dev": "next dev --port 3003",
|
|
|
|
|
- "start:prod": "next start --port 3003",
|
|
|
|
|
- "test:format": "prettier --check .",
|
|
|
|
|
- "test:lint:eslint": "eslint . --max-warnings 0",
|
|
|
|
|
- "test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
|
|
|
|
|
- "test:types": "tsc"
|
|
|
|
|
- },
|
|
|
|
|
- "dependencies": {
|
|
|
|
|
- "@phosphor-icons/react": "catalog:",
|
|
|
|
|
- "@pythnetwork/component-library": "workspace:*",
|
|
|
|
|
- "@react-hookz/web": "catalog:",
|
|
|
|
|
- "clsx": "catalog:",
|
|
|
|
|
- "fumadocs-core": "catalog:",
|
|
|
|
|
- "fumadocs-mdx": "catalog:",
|
|
|
|
|
- "fumadocs-ui": "catalog:",
|
|
|
|
|
- "next": "catalog:",
|
|
|
|
|
- "next-themes": "catalog:",
|
|
|
|
|
- "nuqs": "catalog:",
|
|
|
|
|
- "react": "catalog:",
|
|
|
|
|
- "react-aria": "catalog:",
|
|
|
|
|
- "react-dom": "catalog:",
|
|
|
|
|
- "zod": "catalog:",
|
|
|
|
|
- "zod-validation-error": "catalog:"
|
|
|
|
|
- },
|
|
|
|
|
- "devDependencies": {
|
|
|
|
|
- "@cprussin/eslint-config": "catalog:",
|
|
|
|
|
- "@cprussin/jest-config": "catalog:",
|
|
|
|
|
- "@cprussin/prettier-config": "catalog:",
|
|
|
|
|
- "@cprussin/tsconfig": "catalog:",
|
|
|
|
|
- "@next/bundle-analyzer": "catalog:",
|
|
|
|
|
- "@svgr/webpack": "catalog:",
|
|
|
|
|
- "@tailwindcss/postcss": "catalog:",
|
|
|
|
|
- "@types/jest": "catalog:",
|
|
|
|
|
- "@types/mdx": "catalog:",
|
|
|
|
|
- "@types/node": "catalog:",
|
|
|
|
|
- "@types/react": "catalog:",
|
|
|
|
|
- "@types/react-dom": "catalog:",
|
|
|
|
|
- "autoprefixer": "catalog:",
|
|
|
|
|
- "eslint": "catalog:",
|
|
|
|
|
- "jest": "catalog:",
|
|
|
|
|
- "postcss": "catalog:",
|
|
|
|
|
- "prettier": "catalog:",
|
|
|
|
|
- "sass": "catalog:",
|
|
|
|
|
- "stylelint": "catalog:",
|
|
|
|
|
- "stylelint-config-standard-scss": "catalog:",
|
|
|
|
|
- "tailwindcss": "^4.1.6",
|
|
|
|
|
- "typescript": "catalog:",
|
|
|
|
|
- "vercel": "catalog:"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "name": "@pythnetwork/developer-hub",
|
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
|
+ "private": true,
|
|
|
|
|
+ "type": "module",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "22"
|
|
|
|
|
+ },
|
|
|
|
|
+ "scripts": {
|
|
|
|
|
+ "build:vercel": "next build",
|
|
|
|
|
+ "build:analyze": "ANALYZE=true next build",
|
|
|
|
|
+ "fix:format": "prettier --write .",
|
|
|
|
|
+ "fix:lint:eslint": "eslint --fix .",
|
|
|
|
|
+ "fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
|
|
|
|
|
+ "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
|
|
|
|
|
+ "start:dev": "next dev --port 3627",
|
|
|
|
|
+ "start:prod": "next start --port 3627",
|
|
|
|
|
+ "test:format": "prettier --check .",
|
|
|
|
|
+ "test:lint:eslint": "eslint . --max-warnings 0",
|
|
|
|
|
+ "test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
|
|
|
|
|
+ "test:types": "tsc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@phosphor-icons/react": "catalog:",
|
|
|
|
|
+ "@pythnetwork/component-library": "workspace:*",
|
|
|
|
|
+ "@react-hookz/web": "catalog:",
|
|
|
|
|
+ "clsx": "catalog:",
|
|
|
|
|
+ "fumadocs-core": "catalog:",
|
|
|
|
|
+ "fumadocs-mdx": "catalog:",
|
|
|
|
|
+ "fumadocs-ui": "catalog:",
|
|
|
|
|
+ "next": "catalog:",
|
|
|
|
|
+ "next-themes": "catalog:",
|
|
|
|
|
+ "nuqs": "catalog:",
|
|
|
|
|
+ "react": "catalog:",
|
|
|
|
|
+ "react-aria": "catalog:",
|
|
|
|
|
+ "react-dom": "catalog:",
|
|
|
|
|
+ "zod": "catalog:",
|
|
|
|
|
+ "zod-validation-error": "catalog:"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "@cprussin/eslint-config": "catalog:",
|
|
|
|
|
+ "@cprussin/jest-config": "catalog:",
|
|
|
|
|
+ "@cprussin/prettier-config": "catalog:",
|
|
|
|
|
+ "@cprussin/tsconfig": "catalog:",
|
|
|
|
|
+ "@next/bundle-analyzer": "catalog:",
|
|
|
|
|
+ "@svgr/webpack": "catalog:",
|
|
|
|
|
+ "@tailwindcss/postcss": "catalog:",
|
|
|
|
|
+ "@types/jest": "catalog:",
|
|
|
|
|
+ "@types/mdx": "catalog:",
|
|
|
|
|
+ "@types/node": "catalog:",
|
|
|
|
|
+ "@types/react": "catalog:",
|
|
|
|
|
+ "@types/react-dom": "catalog:",
|
|
|
|
|
+ "autoprefixer": "catalog:",
|
|
|
|
|
+ "eslint": "catalog:",
|
|
|
|
|
+ "jest": "catalog:",
|
|
|
|
|
+ "postcss": "catalog:",
|
|
|
|
|
+ "prettier": "catalog:",
|
|
|
|
|
+ "sass": "catalog:",
|
|
|
|
|
+ "stylelint": "catalog:",
|
|
|
|
|
+ "stylelint-config-standard-scss": "catalog:",
|
|
|
|
|
+ "tailwindcss": "^4.1.6",
|
|
|
|
|
+ "typescript": "catalog:",
|
|
|
|
|
+ "vercel": "catalog:"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|