-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.65 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.65 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
50
51
52
53
54
55
{
"name": "monorepo",
"description": "Matrixages stack for developers.",
"author": "1yasa",
"license": "ISC",
"scripts": {
"submodule:init": "git submodule update --init --recursive",
"submodule:update": "git submodule sync && git submodule update --recursive --remote --merge",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"dev": "next dev --turbo",
"build": "next build",
"make": "opennextjs-cloudflare build",
"preview": "opennextjs-cloudflare preview",
"upload": "opennextjs-cloudflare deploy",
"deploy": "pnpm run make && pnpm run upload",
"login": "wrangler login"
},
"simple-git-hooks": {
"pre-commit": "pnpm pretty-quick --pattern \"**/*.*(md|css|js|jsx|ts|tsx)\" --staged"
},
"dependencies": {
"@matrixages/ai-sdk-panel": "workspace:*",
"@opennextjs/cloudflare": "^1.11.0",
"@phosphor-icons/react": "^2.1.10",
"ahooks": "^3.9.5",
"classix": "^2.2.4",
"es-toolkit": "^1.39.10",
"fast-equals": "^5.3.2",
"next": "15.5.4",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^7.0.2",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"wrangler": "^4.45.1"
},
"browserslist": "> 1%"
}