-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
85 lines (85 loc) · 2.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@shivasankaran18/stackd",
"version": "2.0.2",
"bin": {
"stackd": "stackd.ts",
"pre-install": "npm install"
},
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"setup": "sh start-web.sh",
"@types/node": "^22.13.5",
"chalk": "4",
"commander": "^13.1.0",
"fs": "^0.0.1-security",
"gradient-string": "^3.0.0",
"inquirer": "^12.4.2",
"ora": "^8.2.0",
"path": "^0.12.7",
"ts-node": "^10.9.2",
"create": "tsx ./stackd.ts init"
},
"devDependencies": {
"@types/chalk": "^2.2.4",
"@types/commander": "^2.12.5",
"@types/node": "^22.13.5",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.0",
"turbo": "^2.4.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@octokit/rest": "^21.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@types/chalk": "^2.2.4",
"@types/commander": "^2.12.5",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"axios": "^1.7.9",
"chalk": "^4.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^13.1.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.7",
"fs": "^0.0.1-security",
"gradient-string": "^3.0.0",
"inquirer": "^12.4.2",
"lucide-react": "^0.475.0",
"next": "^15.1.6",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"ora": "^8.2.0",
"path": "^0.12.7",
"prisma": "^6.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redis": "^4.7.0",
"simple-git": "^3.27.0",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tsx": "^4.19.3"
}
}