-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 Bytes
/
package.json
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
{
"name": "ladinachad",
"version": "1.0.0",
"description": "ladinachad pages",
"main": "src/App.tsx",
"repository": "[email protected]:ladianchad/ladianchad.github.io.git",
"author": "ladianchad <[email protected]>",
"license": "MIT",
"homepage": "https://ladianchad.github.io/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "node profile.js && vite build && gh-pages -d dist"
},
"dependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"axios": "^1.7.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.7.2",
"wouter": "^3.3.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"fs": "^0.0.1-security",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"vite": "^6.0.3"
}
}