3
3
"author" : " Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)" ,
4
4
"private" : false ,
5
5
"version" : " 0.0.0" ,
6
- "description" : " " ,
6
+ "description" : " CLI utility to bootstrap new projects using the react18-tools turborepo template. Runs create-turbo with the template, auto-detects the project folder, and rebrands it for immediate development. " ,
7
7
"license" : " MPL-2.0" ,
8
- "main" : " ./dist/index.js" ,
9
- "module" : " ./dist/index.mjs" ,
10
- "types" : " ./dist/index.d.ts" ,
11
8
"repository" : " github:react18-tools/create-r18-turborepo" ,
12
9
"bugs" : " https://github.com/react18-tools/create-r18-turborepo/issues" ,
13
10
"homepage" : " https://github.com/react18-tools/create-r18-turborepo/#readme" ,
14
11
"sideEffects" : false ,
15
12
"files" : [
16
13
" dist/**"
17
14
],
18
- "exports" : {
19
- "." : {
20
- "types" : " ./dist/index.d.ts" ,
21
- "import" : " ./dist/index.mjs" ,
22
- "require" : " ./dist/index.js"
23
- }
15
+ "bin" : {
16
+ "create-r18-turborepo" : " dist/index.mjs" ,
17
+ "create-r18-turbo" : " dist/index.mjs" ,
18
+ "create-r18" : " dist/index.mjs"
24
19
},
25
20
"scripts" : {
26
21
"build" : " tsup && tsc -p tsconfig-build.json && gzip -c dist/index.js | wc -c" ,
34
29
"devDependencies" : {
35
30
"@repo/eslint-config" : " workspace:*" ,
36
31
"@repo/typescript-config" : " workspace:*" ,
37
- "@testing-library/react" : " ^16.3.0" ,
38
32
"@types/node" : " ^24.3.0" ,
39
- "@types/react" : " ^19.1.10" ,
40
- "@types/react-dom" : " ^19.1.7" ,
41
- "@vitejs/plugin-react" : " ^5.0.1" ,
42
33
"@vitest/coverage-v8" : " ^3.2.4" ,
43
34
"esbuild-plugin-rdi" : " ^0.0.0" ,
44
- "esbuild-plugin-react18" : " 0.2.6" ,
45
- "esbuild-plugin-react18-css" : " ^0.0.4" ,
46
- "jsdom" : " ^26.1.0" ,
47
- "react" : " ^19.1.1" ,
48
- "react-dom" : " ^19.1.1" ,
49
35
"tsup" : " ^8.5.0" ,
50
36
"typescript" : " ^5.9.2" ,
51
37
"vite-tsconfig-paths" : " ^5.1.4" ,
52
38
"vitest" : " ^3.2.4"
53
39
},
54
- "dependencies" : {
55
- "r18gs" : " ^3.0.1"
56
- },
57
- "peerDependencies" : {
58
- "@types/react" : " >=16.8" ,
59
- "next" : " >=10" ,
60
- "react" : " >=16.8"
61
- },
62
- "peerDependenciesMeta" : {
63
- "next" : {
64
- "optional" : true
65
- }
66
- },
67
40
"funding" : [
68
41
{
69
42
"type" : " github" ,
75
48
}
76
49
],
77
50
"keywords" : [
78
- " React" ,
79
- " React Loaders" ,
51
+ " Turborepo" ,
52
+ " Turborepo template" ,
53
+ " Monorepo" ,
54
+ " Monorepo setup" ,
55
+ " Monorepo boilerplate" ,
56
+ " React monorepo" ,
57
+ " Next.js monorepo" ,
58
+ " Pnpm" ,
59
+ " Workspace" ,
60
+ " Full-stack starter" ,
80
61
" React 18" ,
81
62
" React 19" ,
82
- " Next.js" ,
83
63
" Next.js 14" ,
84
64
" Next.js 15" ,
85
65
" React server components" ,
86
- " Customizable" ,
87
- " Cutting-edge" ,
88
- " Compatibility" ,
89
66
" Frontend development" ,
90
- " UI components" ,
91
67
" Web development" ,
92
- " Progressive " ,
93
- " Modern " ,
94
- " Seamless integration "
68
+ " Scaffolding tool " ,
69
+ " Project generator " ,
70
+ " Developer tooling "
95
71
]
96
- }
72
+ }
0 commit comments