generated from LordRonz/nextjs-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
210 lines (210 loc) · 7 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "lordronz-site",
"version": "0.0.5",
"private": true,
"author": {
"name": "lordronz",
"url": "https://www.aaronct.dev"
},
"scripts": {
"preinstall": "npx only-allow pnpm -y",
"dev": "next dev --turbo",
"dev:webpack": "next dev",
"scan": "npx react-scan@latest localhost:3000",
"prebuild": "tsx ./src/scripts/runner.ts",
"build": "next build",
"postbuild": "next-sitemap",
"gcp-build": "next build",
"build-ci": "cross-env CI=true pnpm build",
"build-prod": "cross-env NODE_ENV=production next build",
"build-stats": "cross-env ANALYZE=true pnpm build",
"export": "next export",
"start": "next start",
"deduplicate": "npx yarn-deduplicate && yarn install",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"lint:strict": "eslint --max-warnings=0 src",
"lint:package": "sort-package-json",
"lint-staged": "lint-staged",
"stylelint": "stylelint \"**/*.css\"",
"stylelint:fix": "pnpm stylelint --fix",
"tsc": "tsc --pretty --noEmit --incremental false",
"test:watch": "jest --watch",
"test": "jest -i",
"test:coverage": "jest -i --coverage",
"vitest": "vitest",
"fix-all": "concurrently \"pnpm lint:fix\" \"pnpm test\" \"pnpm tsc\" \"pnpm stylelint:fix\"",
"coverage:coveralls": "jest -i --coverage && coveralls < coverage/lcov.info",
"test-all": "run-s test cy:headless",
"clean": "rimraf .next out",
"clean:nodemodules": "rimraf node_modules",
"format": "prettier -w .",
"format:check": "prettier -c .",
"prepare": "husky",
"cy": "cypress open",
"cy:headless": "cypress run",
"list-blog": "tsx ./src/scripts/blog.ts -l",
"create-blog": "tsx ./src/scripts/blog.ts -b",
"find-unused": "tsx ./src/scripts/find-unused.ts",
"release": "commit-and-tag-version",
"storybook": "cross-env TS_NODE_PROJECT=.storybook/tsconfig.json cross-env BROWSER=none storybook dev -p 6006 -h localhost",
"build-storybook": "cross-env TS_NODE_PROJECT=.storybook/tsconfig.json storybook build"
},
"resolutions": {
"jackspeak": "2.1.1",
"webpack": "^5"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@giscus/react": "^3.1.0",
"@google-cloud/firestore": "^7.11.0",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-three/drei": "^10.0.3",
"@react-three/fiber": "9.0.4",
"@serwist/next": "^9.0.12",
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",
"cloudinary-build-url": "^0.2.4",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"firebase-admin": "^13.1.0",
"framer-motion": "^12.4.7",
"geist": "^1.3.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.476.0",
"motion": "^12.4.7",
"next": "^15.2.0",
"next-nprogress-bar": "^2.4.7",
"next-themes": "^0.4.4",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.15.1",
"react-lite-youtube-embed": "^2.4.0",
"react-use": "^17.6.0",
"rehype-pretty-code": "^0.14.0",
"request": "^2.88.2",
"sharp": "^0.33.5",
"shiki": "^2.3.2",
"string-palette": "^0.0.2",
"swr": "^2.3.2",
"tailwind-merge": "^3.0.2",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"@commander-js/extra-typings": "^13.1.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@inquirer/prompts": "^7.3.2",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@netlify/plugin-nextjs": "^5.9.4",
"@next/bundle-analyzer": "^15.2.0",
"@next/env": "^15.2.0",
"@next/eslint-plugin-next": "^15.2.0",
"@storybook/addon-actions": "^8.6.2",
"@storybook/addon-essentials": "^8.6.2",
"@storybook/addon-interactions": "^8.6.2",
"@storybook/addon-links": "^8.6.2",
"@storybook/addon-mdx-gfm": "^8.6.2",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-webpack5-compiler-swc": "^2.1.0",
"@storybook/nextjs": "^8.6.2",
"@storybook/react": "^8.6.2",
"@storybook/test": "^8.6.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.174.0",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"commander": "^13.1.0",
"commit-and-tag-version": "^12.5.0",
"concurrently": "^9.1.2",
"coveralls-next": "^4.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"cypress": "^14.1.0",
"daisyui": "5.0.0",
"esbuild": "^0.25.0",
"eslint": "^9.21.0",
"eslint-config-next": "^15.2.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.3",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^11.0.1",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"local-cypress": "^1.2.6",
"mdx-bundler": "^10.1.0",
"next-sitemap": "^4.2.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.5",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"rimraf": "^6.0.1",
"schema-dts": "^1.1.2",
"serwist": "^9.0.12",
"sort-package-json": "^2.15.0",
"standard-version": "^9.5.0",
"storybook": "^8.6.2",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.14.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^37.0.0",
"tailwindcss": "^4.0.9",
"tailwindcss-animate": "^1.0.7",
"to-vfile": "^8.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"util": "^0.12.5",
"vfile-matter": "^5.0.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.7",
"webpack": "^5.98.0"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"rehype-pretty-code": "patches/rehype-pretty-code.patch"
}
}
}