-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.5 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
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
{
"name": "blog",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rm -rf .next && next build",
"analyze": "ANALYZE=true next build",
"start": "next start -p 8080",
"lint": "eslint .",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"lint:style": "stylelint --fix '**/*.scss'",
"lint:style:fix": "stylelint --fix '**/*.scss' --fix",
"clean": "rm -rf .next",
"test": "jest --watch"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.975.0",
"@supabase/supabase-js": "^2.91.1",
"dotenv": "^17.2.3",
"fuse.js": "^7.1.0",
"github-markdown-css": "^5.3.0",
"junyeol-components": "^2.0.18",
"lodash": "^4.17.21",
"next": "15.5.18",
"react": "18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"rss": "^1.2.2",
"sharp": "^0.34.5",
"shiki": "^3.21.0",
"web-vitals": "^5.1.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.5.18",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.17.21",
"@types/node": "22.15.2",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.8",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"babel-jest": "^29.7.0",
"eslint": "8.57.1",
"eslint-config-next": "15.5.18",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^1.3.2",
"sass": "^1.68.0",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.3.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"ts-node": "^10.9.1",
"tsconfig-paths-jest": "^0.0.1",
"tsx": "^4.21.0",
"typescript": "5.8.3"
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}