-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "tge-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-hover-card": "^1.0.0",
"aos": "^2.3.4",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.1",
"sort-by": "^1.2.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "^18.7.18",
"@types/react": "^18.0.17",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/tough-cookie": "^4.0.2",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}