-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.87 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.87 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "src/App.jsx",
"homepage": "https://sk337.github.io/SwordManager",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-syntax-import-attributes": "^7.28.6",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@types/node": "^18.19.130",
"@types/react": "^18.3.27",
"@vitejs/plugin-react": "^4.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.314.0",
"node-fetch": "^3.3.2",
"prettier": "^3.8.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-router-dom": "^6.30.3",
"serve": "^14.2.5",
"shadcn-ui": "^0.8.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"unplugin-inject-preload": "^2.0.5",
"vite": "^5.4.21",
"vite-plugin-build-metadata": "^0.4.0",
"vite-plugin-open-graph": "^2.0.6",
"vite-plugin-plain-text": "^1.4.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"vite-plugin-babel": "^1.4.1"
}
}