Skip to content

Commit d5705db

Browse files
committed
update package repos
1 parent 1b0f1a8 commit d5705db

File tree

1 file changed

+77
-77
lines changed

1 file changed

+77
-77
lines changed

lib/nthul/package.json

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"name": "nthul",
3-
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
4-
"private": false,
5-
"version": "0.0.0",
6-
"description": "An intuitive React.js fork me ribbon component for promoting open source project forks.",
7-
"main": "./index.ts",
8-
"types": "./index.ts",
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/mayank1513/nthul.git"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/mayank1513/nthul/issues"
15-
},
16-
"homepage": "https://github.com/mayank1513/nthul/tree/main/lib/fork-me#readme",
17-
"sideEffects": false,
18-
"license": "MIT",
19-
"scripts": {
20-
"test": "vitest run --coverage",
21-
"build": "tsup src && tsc -p tsconfig-build.json && node touchup.js",
22-
"doc": "typedoc",
23-
"publish-package": "cd dist && npm publish --provenance --access public",
24-
"lint": "eslint ."
25-
},
26-
"devDependencies": {
27-
"@testing-library/react": "^14.2.1",
28-
"@turbo/gen": "^1.12.4",
29-
"@types/node": "^20.11.19",
30-
"@types/react": "^18.2.57",
31-
"@types/react-dom": "^18.2.19",
32-
"@vitejs/plugin-react": "^4.2.1",
33-
"@vitest/coverage-v8": "^1.3.1",
34-
"esbuild-plugin-css-module": "^0.0.1",
35-
"esbuild-plugin-react18": "^0.0.7",
36-
"eslint-config-custom": "workspace:*",
37-
"jsdom": "^24.0.0",
38-
"octokit": "^3.1.2",
39-
"react": "^18.2.0",
40-
"tsconfig": "workspace:*",
41-
"tsup": "^8.0.2",
42-
"typedoc": "^0.25.8",
43-
"typescript": "^5.3.3",
44-
"vite-tsconfig-paths": "^4.3.1",
45-
"vitest": "^1.3.1"
46-
},
47-
"peerDependencies": {
48-
"@types/react": "16.8 - 18",
49-
"next": "10 - 14",
50-
"react": "16.8 - 18"
51-
},
52-
"peerDependenciesMeta": {
53-
"next": {
54-
"optional": true
55-
}
56-
},
57-
"funding": {
58-
"type": "github",
59-
"url": "https://github.com/sponsors/mayank1513"
60-
},
61-
"keywords": [
62-
"fork-me",
63-
"GitHub",
64-
"nextjs",
65-
"nextjs13",
66-
"react",
67-
"react18",
68-
"react-server-components",
69-
"react-client-components",
70-
"typescript",
71-
"javascript",
72-
"mayank1513",
73-
"turborepo-trmplate"
74-
],
75-
"dependencies": {
76-
"r18gs": "^0.0.2"
77-
}
78-
}
2+
"name": "nthul",
3+
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
4+
"private": false,
5+
"version": "0.0.0",
6+
"description": "An intuitive React.js fork me ribbon component for promoting open source project forks.",
7+
"main": "./index.ts",
8+
"types": "./index.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/react18-tools/nthul.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/react18-tools/nthul/issues"
15+
},
16+
"homepage": "https://github.com/react18-tools/nthul/tree/main/lib/fork-me#readme",
17+
"sideEffects": false,
18+
"license": "MIT",
19+
"scripts": {
20+
"test": "vitest run --coverage",
21+
"build": "tsup src && tsc -p tsconfig-build.json && node touchup.js",
22+
"doc": "typedoc",
23+
"publish-package": "cd dist && npm publish --provenance --access public",
24+
"lint": "eslint ."
25+
},
26+
"devDependencies": {
27+
"@testing-library/react": "^14.2.1",
28+
"@turbo/gen": "^1.12.4",
29+
"@types/node": "^20.11.19",
30+
"@types/react": "^18.2.57",
31+
"@types/react-dom": "^18.2.19",
32+
"@vitejs/plugin-react": "^4.2.1",
33+
"@vitest/coverage-v8": "^1.3.1",
34+
"esbuild-plugin-css-module": "^0.0.1",
35+
"esbuild-plugin-react18": "^0.0.7",
36+
"eslint-config-custom": "workspace:*",
37+
"jsdom": "^24.0.0",
38+
"octokit": "^3.1.2",
39+
"react": "^18.2.0",
40+
"tsconfig": "workspace:*",
41+
"tsup": "^8.0.2",
42+
"typedoc": "^0.25.8",
43+
"typescript": "^5.3.3",
44+
"vite-tsconfig-paths": "^4.3.1",
45+
"vitest": "^1.3.1"
46+
},
47+
"peerDependencies": {
48+
"@types/react": "16.8 - 18",
49+
"next": "10 - 14",
50+
"react": "16.8 - 18"
51+
},
52+
"peerDependenciesMeta": {
53+
"next": {
54+
"optional": true
55+
}
56+
},
57+
"funding": {
58+
"type": "github",
59+
"url": "https://github.com/sponsors/mayank1513"
60+
},
61+
"keywords": [
62+
"fork-me",
63+
"GitHub",
64+
"nextjs",
65+
"nextjs13",
66+
"react",
67+
"react18",
68+
"react-server-components",
69+
"react-client-components",
70+
"typescript",
71+
"javascript",
72+
"mayank1513",
73+
"turborepo-trmplate"
74+
],
75+
"dependencies": {
76+
"r18gs": "^0.0.2"
77+
}
78+
}

0 commit comments

Comments
 (0)