-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 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
{
"name": "codegeeks-ir",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect[127.0.0.1:3001]' next dev",
"build": "next build",
"tailwind": "pnpm dlx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --minify",
"tailwind-dev": "pnpm dlx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --watch",
"pretty": "prettier --write \"./{components,layouts,lib,pages,utils}/**/*.{js,jsx,ts,tsx,json}\""
},
"devDependencies": {
"@octokit/core": "^5.0.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.5.5",
"@types/react": "^18.2.43",
"autoprefixer": "^10.4.13",
"eslint-config-next": "^14.0.4",
"next": "^14.1.0",
"postcss": "^8.4.21",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.7",
"typescript": "^5.2.2"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^1.6.7",
"file-system": "^2.2.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"next-pwa": "^5.6.0",
"path": "^0.12.7",
"qrcode.react": "^3.1.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"textfit": "^2.4.0",
"unified": "^11.0.4"
}
}