-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.72 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
64
65
66
67
68
{
"name": "react-social-media",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"audit": "^0.0.6",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"fix": "^0.0.3",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"jwt-decode": "^3.1.2",
"jwt-encode": "^1.0.1",
"miragejs": "^0.1.47",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.3",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^16.5.3",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.4.4",
"react-player": "^2.12.0",
"react-router-dom": "^6.12.1",
"react-spinners": "^0.13.8",
"uuid": "^13.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:gh-pages": "cross-env VITE_BASE_PATH=/ECHO/ vite build",
"preview": "vite preview",
"deploy": "npm run build:gh-pages && gh-pages -d dist",
"test": "...",
"update-i18n": "node scripts/download_from_excel.mjs",
"update-i18n-inverse": "node scripts/js_to_csv.mjs"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.2",
"cross-env": "^10.1.0",
"dotenv": "^17.3.1",
"exceljs": "^4.1.1",
"gh-pages": "^6.3.0",
"vite": "^7.3.1"
}
}