forked from context-dot-dev/designmd-supply
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 KB
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
{
"name": "designmd.supply",
"version": "1.0.0",
"description": "A minimal supply of generated DESIGN.md style guides for any domain.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"generate:brands": "node scripts/generate-brands.mjs",
"generate:styleguides": "node scripts/generate-styleguides.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/context-dot-dev/designmd.supply.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/context-dot-dev/designmd.supply/issues"
},
"homepage": "https://github.com/context-dot-dev/designmd.supply#readme",
"dependencies": {
"@libsql/client": "^0.17.3",
"@vercel/analytics": "^2.0.1",
"ai": "^6.0.175",
"context.dev": "^1.20.0",
"lucide-react": "^1.14.0",
"next": "^16.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"overrides": {
"postcss": "^8.5.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3"
}
}