-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
{
"name": "eyelandwebpage",
"private": true,
"homepage": "eyeland-project.github.io/webpage",
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@tanstack/react-table": "8.9.1",
"axios": "^1.3.4",
"flickity": "^2.3.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"lottie-react": "^2.4.0",
"rc-collapse": "3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown": "1.11.0",
"react-flickity-component": "^4.0.5",
"react-hook-form": "7.43.9",
"react-i18next": "^12.3.1",
"react-jwt": "1.1.8",
"react-loading": "^2.0.3",
"react-modal": "3.16.1",
"react-router-dom": "^6.8.1",
"react-toastify": "9.1.2",
"react-tooltip": "5.11.1",
"socket.io-client": "4.6.1",
"tailwind-merge": "1.12.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@types/node": "^18.14.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "3.16.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}