-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.86 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.86 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
{
"name": "vortezzdev",
"version": "0.7.0",
"description": "vortezz.dev website",
"main": "index.js",
"repository": "git@github.com:Vortezz/vortezzdev.git",
"author": "Vortezz <contact@vortezz.dev>",
"license": "MIT",
"private": false,
"type": "module",
"dependencies": {
"@lexical/react": "^0.32.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.8",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"dom-parser": "^1.1.5",
"lexical": "^0.32.1",
"node-fetch": "^3",
"react": "^19.1.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.0",
"react-helmet": "^6.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.6.3",
"react-router-hash-link": "^2.4.3",
"react-syntax-highlighter": "^15.6.1",
"react-turnstile": "^1.1.4",
"typescript": "^5.8.3",
"web-vitals": "^5.0.3",
"tailwindcss": "^4.1.11"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.27.7",
"@tailwindcss/vite": "^4.1.11",
"@types/react-helmet": "^6.1.11",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-react": "^4.6.0",
"babel-loader": "^10.0.0",
"concurrently": "^9.2.0",
"daisyui": "^5.0.43",
"eslint": "^9.30.0",
"eslint-plugin-react": "^7.37.5",
"terser-webpack-plugin": "^5.3.14",
"vite": "^7.0.0"
}
}