Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "react-zero",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"prebuild": "zero-icons",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"clean": "rm -rf .next"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@react-zero-ui/core": "^0.3.3",
"@react-zero-ui/icon-sprite": "^0.1.4",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"motion": "12.18.1",
"next": "^15.3.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scan": "^0.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "^5"
}
}
"name": "react-zero",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"prebuild": "zero-icons",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"clean": "rm -rf .next"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@react-zero-ui/core": "^0.3.3",
"@react-zero-ui/icon-sprite": "^0.1.4",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"motion": "12.18.1",
"next": "15.3.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scan": "^0.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "^5"
}
}
44 changes: 22 additions & 22 deletions packages/core/__tests__/fixtures/next/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "test-nextjs-app",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json"
},
"dependencies": {
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint-plugin-react-zero-ui": "0.0.1-beta.1",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
"name": "test-nextjs-app",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json"
},
"dependencies": {
"next": "15.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint-plugin-react-zero-ui": "0.0.1-beta.1",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}
58 changes: 29 additions & 29 deletions packages/core/dev/next/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "dev-next",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json"
},
"pnpm": {
"packageManager": "pnpm@latest",
"installConfig": {
"hoistPattern": []
}
},
"dependencies": {
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint-plugin-react-zero-ui": "0.0.1-beta.1",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}
"name": "dev-next",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json"
},
"pnpm": {
"packageManager": "pnpm@latest",
"installConfig": {
"hoistPattern": []
}
},
"dependencies": {
"next": "15.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint-plugin-react-zero-ui": "0.0.1-beta.1",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}
54 changes: 27 additions & 27 deletions packages/eslint-zero-ui/__tests__/fixtures/next/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "eslint-test-nextjs-app",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-zero-ui/core": "file:/Users/austinserb/Desktop/React-Zero/react-zero-ui/dist/react-zero-ui-core-0.3.1-beta.2.tgz",
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"eslint-zero-ui": "workspace:*",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
"name": "eslint-test-nextjs-app",
"version": "1.0.0",
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next node_modules package-lock.json",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-zero-ui/core": "file:/Users/austinserb/Desktop/React-Zero/react-zero-ui/dist/react-zero-ui-core-0.3.1-beta.2.tgz",
"next": "15.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "24.0.0",
"@types/react": "19.1.7",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.5",
"eslint-zero-ui": "workspace:*",
"postcss": "^8.5.5",
"tailwindcss": "^4.1.10",
"typescript": "5.8.3"
}
}
Loading