forked from yournextstore/yournextstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.19 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
138
139
140
141
142
{
"$schema": "https://json.schemastore.org/package",
"name": "yournextstore",
"version": "1.12.0",
"license": "(AGPL-3.0-only or SEE LICENSE IN LICENSE-COMMERCIAL.md)",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"prepare": "husky"
},
"dependencies": {
"@next/mdx": "15.0.0-canary.110",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@stripe/react-stripe-js": "2.7.3",
"@stripe/stripe-js": "4.2.0",
"@t3-oss/env-nextjs": "0.11.0",
"@vercel/analytics": "1.3.1",
"@vercel/blob": "0.23.4",
"@vercel/speed-insights": "1.0.12",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "0.2.1",
"commerce-kit": "0.0.11",
"lucide-react": "0.427.0",
"nanoid": "5.0.7",
"next": "15.0.0-canary.110",
"next-intl": "3.17.2",
"next-mdx-remote": "5.0.0",
"next-themes": "0.3.0",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806",
"schema-dts": "1.1.2",
"server-only": "0.0.1",
"sonner": "1.5.0",
"stripe": "16.7.0",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7",
"vaul": "0.9.1",
"zod": "3.23.8"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/types": "19.0.3",
"@next/env": "15.0.0-canary.110",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.4",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.14",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/mdx": "2.0.13",
"@types/node": "20.14.14",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-canary.110",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"mdx": "0.3.1",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"semantic-release": "24.0.0",
"sharp": "0.33.4",
"tailwindcss": "3.4.9",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5"
},
"pnpm": {
"overrides": {
"cmdk": "0.2.1",
"eslint": "8.57.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"peerDependencyRules": {
"allowedVersions": {
"next": "15.0.0-canary.110",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806",
"@stripe/stripe-js": "4.1.0"
},
"allowAny": [
"@types/react",
"@types/react-dom"
]
}
},
"engines": {
"node": "^20.11.1",
"pnpm": "^9.0.0"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"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"
]
}
}