-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 3.99 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"$schema": "https://json.schemastore.org/package",
"name": "yournextstore",
"version": "1.12.0",
"license": "AGPL-3.0-only",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "pnpm biome check --write",
"test": "vitest",
"prepare": "husky",
"docker:build": "docker build -t yournextstore .",
"docker:run": "docker run -d -p 3000:3000 yournextstore"
},
"dependencies": {
"@next/mdx": "15.0.4-canary.15",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-collapsible": "1.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@splinetool/react-spline": "4.0.0",
"@splinetool/runtime": "1.9.43",
"@stripe/react-stripe-js": "2.9.0",
"@stripe/stripe-js": "5.0.0",
"@t3-oss/env-nextjs": "0.11.1",
"@vercel/analytics": "1.4.0",
"@vercel/blob": "0.26.0",
"@vercel/speed-insights": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"commerce-kit": "0.0.36",
"intl-messageformat": "10.7.7",
"lucide-react": "0.460.0",
"nanoid": "5.0.8",
"next": "15.0.4-canary.15",
"next-mdx-remote": "5.0.0",
"next-themes": "0.4.3",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"schema-dts": "1.1.2",
"server-only": "0.0.1",
"sonner": "1.7.0",
"stripe": "17.3.1",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"trieve-ts-sdk": "0.0.30",
"vaul": "1.1.1",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/types": "19.5.0",
"@next/env": "15.0.4-canary.15",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/mdx": "2.0.13",
"@types/node": "^20.17.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"mdx": "0.3.1",
"postcss": "8.4.49",
"semantic-release": "24.2.0",
"sharp": "0.33.5",
"tailwindcss": "3.4.15",
"tsx": "4.19.2",
"typescript": "5.7.1-rc",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5"
},
"pnpm": {
"overrides": {
"@types/node": "^20.0.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"trim-newlines@<3.0.1": ">=3.0.1"
},
"peerDependencyRules": {
"allowedVersions": {
"next": "15.0.4-canary.15",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"@stripe/stripe-js": ">=5.0.0"
},
"allowAny": ["@types/react", "@types/react-dom"]
}
},
"engines": {
"node": "^20.11.1 || ^22.0.0",
"pnpm": "^9.0.0"
},
"packageManager": "[email protected]",
"release": {
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"lint-staged": {
"*": ["pnpm biome check --write --staged --no-errors-on-unmatched --files-ignore-unknown=true"]
}
}