-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.15 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.15 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
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
{
"name": "torisblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "ESLINT_USE_FLAT_CONFIG=1 eslint .",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=1 eslint . --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
"format:all": "pnpm run format && pnpm run lint:fix",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run:navigation": "cypress run --spec 'cypress/e2e/navigation.cy.ts'",
"cypress:run:blog": "cypress run --spec 'cypress/e2e/blog.cy.ts'",
"cypress:run:responsive": "cypress run --spec 'cypress/e2e/responsive.cy.ts'",
"cypress:run:search": "cypress run --spec 'cypress/e2e/search.cy.ts'",
"cypress:run:portfolio": "cypress run --spec 'cypress/e2e/portfolio.cy.ts'",
"cypress:run:design-system": "cypress run --spec 'cypress/e2e/design-system.cy.ts'",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:unit": "jest",
"test:e2e": "cypress run",
"test:all": "jest && cypress run",
"test:ci": "start-server-and-test dev http://localhost:3000 cypress:run"
},
"dependencies": {
"@headlessui/react": "^2.2.1",
"@next/third-parties": "^14.2.5",
"@opentelemetry/api": "^1.9.0",
"@radix-ui/react-slot": "^1.2.3",
"@react-icons/all-files": "^4.1.0",
"@splinetool/react-spline": "^4.1.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.27.5",
"@types/react-modal": "^3.16.3",
"@uiw/react-markdown-preview": "^5.0.10",
"@uiw/react-md-editor": "^4.0.3",
"@vercel/analytics": "^1.6.1",
"@vercel/otel": "^1.11.0",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.2",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.10",
"easymde": "^2.20.0",
"ethers": "^6.16.0",
"framer-motion": "^12.7.2",
"highlight.js": "^11.11.1",
"jsdom": "^27.4.0",
"mermaid": "^11.12.2",
"mongoose": "^9.0.2",
"next": "^16.0.7",
"next-remove-imports": "^1.0.12",
"next-themes": "^0.4.6",
"octokit": "^4.1.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-file-drop": "^3.1.6",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.8.1",
"react-markdown": "^10.1.0",
"react-material-ui-carousel": "^3.4.2",
"react-modal": "^3.16.1",
"react-select": "^5.8.0",
"react-simplemde-editor": "^5.2.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"rss": "^1.2.2",
"shiki": "^3.20.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint/eslintrc": "^3.3.3",
"@next/bundle-analyzer": "^16.1.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/bcrypt": "^6.0.0",
"@types/jest": "^30.0.0",
"@types/jsdom": "^27.0.0",
"@types/node": "^20.17.30",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.0.1",
"babel-loader": "^9.2.1",
"babel-plugin-transform-remove-imports": "^1.6.9",
"cypress": "^13.17.0",
"dompurify": "^3.3.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-tailwindcss": "^3.14.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.3.0",
"typescript": "5.3"
}
}