-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "dowdow.github.io",
"version": "1.0.0",
"author": "Léo Riera",
"description": "Dowdow GitHub page",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Dowdow/dowdow.github.io.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"geist": "^1.4",
"react": "^19.2",
"react-dom": "^19.2",
"react-markdown": "^10.1",
"react-syntax-highlighter": "^16.1"
},
"devDependencies": {
"@eslint/js": "^9.39",
"@tailwindcss/postcss": "^4.1",
"@tailwindcss/vite": "^4.1",
"@types/react": "^19.2",
"@types/react-dom": "^19.2",
"@types/react-syntax-highlighter": "^15.5",
"@vitejs/plugin-react": "^5.1",
"eslint": "^9.39",
"eslint-plugin-react-hooks": "^7.0",
"eslint-plugin-react-refresh": "^0.4",
"globals": "^16.5",
"tailwindcss": "^4.1",
"typescript": "^5.9",
"typescript-eslint": "^8.49",
"vite": "^7.1"
}
}