-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.39 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "altered",
"version": "0.0.1",
"description": "Knowledge systems for the obsessed.",
"keywords": [
"productivity",
"knowledge-management",
"second-brain"
],
"author": "Riley Barabash",
"homepage": "https://altered.app",
"repository": {
"type": "git",
"url": "git+https://github.com/inducingchaos/altered.git"
},
"license": "ISC",
"scripts": {
"dev": "next dev --turbo --port 5873",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.eslintrc.cjs --report-unused-disable-directives --max-warnings 0 --cache --cache-strategy content --cache-location ./.cache/.eslintcache",
"format": "prettier --write --log-level warn .",
"typecheck": "tsc",
"prepare": "husky",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"execute": "sh -c 'IFS=\"\" tsx --env-file ./.env ./src/scripts/[email protected] $*' sh",
"sdkit:execute": "sh -c 'IFS=\"\" tsx --env-file ./.env ./src/packages/sdkit/src/scripts/[email protected] $*' sh"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.0",
"@hookform/resolvers": "^3.10.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@planetscale/database": "^1.19.0",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-email/components": "^0.0.25",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-table": "^8.20.6",
"@upstash/qstash": "^2.7.20",
"@vercel/analytics": "^1.4.1",
"@vercel/sdk": "^1.3.0",
"@vercel/speed-insights": "^1.1.0",
"ai": "^4.1.0",
"arctic": "^1.9.2",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.38.4",
"framer-motion": "^11.18.1",
"fuse.js": "^7.0.0",
"input-otp": "^1.4.2",
"lodash": "^4.17.21",
"nanoid": "^5.0.9",
"nanoid-dictionary": "^4.3.0",
"next": "15.1.1-canary.16",
"next-themes": "^0.4.4",
"react": "19.0.0-rc-603e6108-20241029",
"react-dom": "19.0.0-rc-603e6108-20241029",
"react-email": "^2.1.6",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"resend": "^4.1.1",
"server-only": "^0.0.1",
"sonner": "^1.7.2",
"stripe": "^16.12.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.4.2",
"uuid": "^10.0.0",
"web-push": "^3.6.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/typography": "^0.5.16",
"@types/eslint": "^8.56.12",
"@types/lodash": "^4.17.14",
"@types/nanoid-dictionary": "^4.2.3",
"@types/node": "^20.17.14",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^10.0.0",
"@types/vcards-js": "^2.10.5",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"drizzle-kit": "^0.30.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.1.4",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"husky": "^9.1.7",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "5.5.3",
"vcards-js": "^2.10.0"
},
"type": "module",
"private": true
}