-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"homepage": "https://advancedarmorstands.ir",
"name": "react-vite-ts",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noCheck && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "2.7.8",
"@iconify/react": "latest",
"@react-three/drei": "^9.102.3",
"@react-three/fiber": "^8.15.19",
"framer-motion": "^11.18.2",
"gh-pages": "^6.3.0",
"js-yaml": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.22.3",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"three": "^0.162.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/three": "^0.162.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "10.4.20",
"cpy-cli": "^5.0.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "^6.0.11"
}
}