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
134 changes: 67 additions & 67 deletions full-react-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"name": "[project_name]",
"version": "0.1.0",
"description": "[project_description]",
"homepage": "https://github.com/[username]/[repo_name]#readme",
"bugs": {
"url": "https://github.com/[username]/[repo_name]/issues"
},
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/[username]/[repo_name].git"
},
"scripts": {
"build": "bunup",
"dev": "bun run --cwd test/ui dev",
"postinstall": "bun simple-git-hooks",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"release": "bumpp --commit --push --tag",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:watch": "bun test --watch",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"bumpp": "^10.3.2",
"bunup": "^0.16.17",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"workspaces": [
"test/**"
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./styles.css": "./dist/index.css",
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run type-check"
},
"types": "./dist/index.d.ts"
"name": "[project_name]",
"version": "0.1.0",
"description": "[project_description]",
"homepage": "https://github.com/[username]/[repo_name]#readme",
"bugs": {
"url": "https://github.com/[username]/[repo_name]/issues"
},
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/[username]/[repo_name].git"
},
"scripts": {
"build": "bunup",
"dev": "bun run --cwd test/ui dev",
"postinstall": "bun simple-git-hooks",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"release": "bumpp --commit --push --tag",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:watch": "bun test --watch",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"bumpp": "^10.3.2",
"bunup": "^0.16.17",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"workspaces": [
"test/**"
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./styles.css": "./dist/index.css",
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run type-check"
},
"types": "./dist/index.d.ts"
}
32 changes: 16 additions & 16 deletions full-react-css-modules/test/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "[project_name]-test-ui",
"version": "0.1.0",
"scripts": {
"dev": "bun --hot --watch index.tsx"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/bun": "^1.2.23",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9"
},
"private": true,
"type": "module"
"name": "[project_name]-test-ui",
"version": "0.1.0",
"scripts": {
"dev": "bun --hot --watch index.tsx"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/bun": "^1.2.23",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9"
},
"private": true,
"type": "module"
}
134 changes: 67 additions & 67 deletions full-react-pure-css/package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"name": "[project_name]",
"version": "0.1.0",
"description": "[project_description]",
"homepage": "https://github.com/[username]/[repo_name]#readme",
"bugs": {
"url": "https://github.com/[username]/[repo_name]/issues"
},
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/[username]/[repo_name].git"
},
"scripts": {
"build": "bunup",
"dev": "bun run --cwd test/ui dev",
"postinstall": "bun simple-git-hooks",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"release": "bumpp --commit --push --tag",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:watch": "bun test --watch",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"bumpp": "^10.3.2",
"bunup": "^0.16.17",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"workspaces": [
"test/**"
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./styles.css": "./dist/index.css",
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run type-check"
},
"types": "./dist/index.d.ts"
"name": "[project_name]",
"version": "0.1.0",
"description": "[project_description]",
"homepage": "https://github.com/[username]/[repo_name]#readme",
"bugs": {
"url": "https://github.com/[username]/[repo_name]/issues"
},
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/[username]/[repo_name].git"
},
"scripts": {
"build": "bunup",
"dev": "bun run --cwd test/ui dev",
"postinstall": "bun simple-git-hooks",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"release": "bumpp --commit --push --tag",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:watch": "bun test --watch",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"bumpp": "^10.3.2",
"bunup": "^0.16.17",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"workspaces": [
"test/**"
],
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./styles.css": "./dist/index.css",
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run type-check"
},
"types": "./dist/index.d.ts"
}
32 changes: 16 additions & 16 deletions full-react-pure-css/test/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "[project_name]-test-ui",
"version": "0.1.0",
"scripts": {
"dev": "bun --hot --watch index.tsx"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/bun": "^1.2.23",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9"
},
"private": true,
"type": "module"
"name": "[project_name]-test-ui",
"version": "0.1.0",
"scripts": {
"dev": "bun --hot --watch index.tsx"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/bun": "^1.2.23",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9"
},
"private": true,
"type": "module"
}
Loading