create-tnt-stack 0.5.3-beta.253ed67 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE.md +20 -0
  2. package/README.md +2 -3
  3. package/package.json +91 -91
package/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Lasse Lammers
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -42,10 +42,9 @@ TNT-Powered installs **TypeScript, Next.js, Tailwind CSS**, along with:
42
42
 
43
43
  - ✅ **Payload CMS** - A powerful headless CMS
44
44
  - ✅ **Auth.js** - Authentication made easy
45
- - ✅ **Lucia Auth** - Authentication following
46
- [Luca Auth Guidelines](https://lucia-auth.com/)
45
+ - ✅ **Better Auth** - The most comprehensive authentication framework for
46
+ TypeScript.
47
47
  - ✅ **Prisma ORM** - Database management with full type safety
48
- - ✅ **Drizzle ORM** - (Coming soon) A powerful database ORM for TypeScript
49
48
  - ✅ **And many more coming soon...**
50
49
 
51
50
  <h2 id="getting-started">🚀 Getting Started</h2>
package/package.json CHANGED
@@ -1,92 +1,92 @@
1
1
  {
2
- "name": "create-tnt-stack",
3
- "version": "0.5.3-beta.253ed67",
4
- "description": "Create web application with the TNT-Powered stack",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/slickyeet/create-tnt-stack",
9
- "directory": "cli"
10
- },
11
- "keywords": [
12
- "create-tnt-stack",
13
- "tnt-stack",
14
- "typescript",
15
- "next.js",
16
- "tailwind"
17
- ],
18
- "type": "module",
19
- "exports": "./dist/index.js",
20
- "bin": {
21
- "create-tnt-stack": "./dist/index.js"
22
- },
23
- "files": [
24
- "dist",
25
- "template",
26
- "README.md",
27
- "LICENSE",
28
- "package.json"
29
- ],
30
- "engines": {
31
- "node": ">=18"
32
- },
33
- "scripts": {
34
- "dev": "tsup --watch",
35
- "build": "tsup",
36
- "start": "node dist/index.js",
37
- "format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
38
- "format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check",
39
- "typecheck": "tsc",
40
- "clean": "rm -rf dist .turbo node_modules",
41
- "link": "bun run build && npm link",
42
- "release": "changeset version",
43
- "pub:beta": "bun run build && npm publish --tag beta",
44
- "pub:release": "bun run build && npm publish"
45
- },
46
- "dependencies": {
47
- "@inquirer/prompts": "^7.4.0",
48
- "better-auth": "^1.2.7",
49
- "better-sqlite3": "^11.9.1",
50
- "chalk": "^5.4.1",
51
- "commander": "^13.1.0",
52
- "execa": "^9.5.2",
53
- "fs-extra": "^11.3.0",
54
- "gradient-string": "^3.0.0",
55
- "ora": "^8.2.0",
56
- "sort-package-json": "^3.0.0"
57
- },
58
- "devDependencies": {
59
- "@auth/prisma-adapter": "^2.8.0",
60
- "@eslint/eslintrc": "^3.3.1",
61
- "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
62
- "@payloadcms/db-sqlite": "^3.33.0",
63
- "@payloadcms/db-vercel-postgres": "^3.33.0",
64
- "@payloadcms/next": "^3.33.0",
65
- "@payloadcms/payload-cloud": "^3.33.0",
66
- "@payloadcms/richtext-lexical": "^3.33.0",
67
- "@prisma/client": "^6.5.0",
68
- "@t3-oss/env-nextjs": "^0.12.0",
69
- "@types/better-sqlite3": "^7.6.13",
70
- "@types/fs-extra": "^11.0.4",
71
- "@types/node": "^22",
72
- "@types/react": "^19",
73
- "@types/react-dom": "^19",
74
- "eslint": "^9.22.0",
75
- "eslint-config-next": "^15.2.4",
76
- "graphql": "^16.10.0",
77
- "next": "^15.2.4",
78
- "next-auth": "^5.0.0-beta.25",
79
- "payload": "^3.33.0",
80
- "prettier": "^3.5.3",
81
- "prettier-plugin-tailwindcss": "^0.6.11",
82
- "prisma": "^6.5.0",
83
- "react": "^19.0.0",
84
- "react-dom": "^19.0.0",
85
- "sharp": "^0.34.1",
86
- "tailwindcss": "^4.0.17",
87
- "tsup": "^8.4.0",
88
- "type-fest": "^4.37.0",
89
- "typescript": "^5.8.2",
90
- "zod": "^3.24.2"
91
- }
92
- }
2
+ "name": "create-tnt-stack",
3
+ "version": "0.6.1",
4
+ "description": "Create web application with the TNT-Powered stack",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/slickyeet/create-tnt-stack",
9
+ "directory": "cli"
10
+ },
11
+ "keywords": [
12
+ "create-tnt-stack",
13
+ "tnt-stack",
14
+ "typescript",
15
+ "next.js",
16
+ "tailwind"
17
+ ],
18
+ "type": "module",
19
+ "exports": "./dist/index.js",
20
+ "bin": {
21
+ "create-tnt-stack": "./dist/index.js"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "template",
26
+ "README.md",
27
+ "LICENSE",
28
+ "package.json"
29
+ ],
30
+ "engines": {
31
+ "node": ">=18"
32
+ },
33
+ "dependencies": {
34
+ "@inquirer/prompts": "^7.4.0",
35
+ "better-auth": "^1.2.7",
36
+ "better-sqlite3": "^11.9.1",
37
+ "chalk": "^5.4.1",
38
+ "commander": "^13.1.0",
39
+ "execa": "^9.5.2",
40
+ "fs-extra": "^11.3.0",
41
+ "gradient-string": "^3.0.0",
42
+ "ora": "^8.2.0",
43
+ "sort-package-json": "^3.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "@auth/prisma-adapter": "^2.8.0",
47
+ "@eslint/eslintrc": "^3.3.1",
48
+ "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
49
+ "@payloadcms/db-sqlite": "^3.33.0",
50
+ "@payloadcms/db-vercel-postgres": "^3.33.0",
51
+ "@payloadcms/next": "^3.33.0",
52
+ "@payloadcms/payload-cloud": "^3.33.0",
53
+ "@payloadcms/richtext-lexical": "^3.33.0",
54
+ "@prisma/client": "^6.5.0",
55
+ "@t3-oss/env-nextjs": "^0.12.0",
56
+ "@types/better-sqlite3": "^7.6.13",
57
+ "@types/fs-extra": "^11.0.4",
58
+ "@types/node": "^22",
59
+ "@types/react": "^19",
60
+ "@types/react-dom": "^19",
61
+ "eslint": "^9.22.0",
62
+ "eslint-config-next": "^15.2.4",
63
+ "graphql": "^16.10.0",
64
+ "next": "^15.2.4",
65
+ "next-auth": "^5.0.0-beta.25",
66
+ "payload": "^3.33.0",
67
+ "prettier": "^3.5.3",
68
+ "prettier-plugin-tailwindcss": "^0.6.11",
69
+ "prisma": "^6.5.0",
70
+ "react": "^19.0.0",
71
+ "react-dom": "^19.0.0",
72
+ "sharp": "^0.34.1",
73
+ "tailwindcss": "^4.0.17",
74
+ "tsup": "^8.4.0",
75
+ "type-fest": "^4.37.0",
76
+ "typescript": "^5.8.2",
77
+ "zod": "^3.24.2"
78
+ },
79
+ "scripts": {
80
+ "dev": "tsup --watch",
81
+ "build": "tsup",
82
+ "start": "node dist/index.js",
83
+ "format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
84
+ "format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check",
85
+ "typecheck": "tsc",
86
+ "clean": "rm -rf dist .turbo node_modules",
87
+ "link": "pnpm run build && npm link",
88
+ "release": "changeset version",
89
+ "pub:beta": "pnpm run build && npm publish --tag beta",
90
+ "pub:release": "pnpm run build && npm publish"
91
+ }
92
+ }