-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 827 Bytes
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
{
"name": "yeah-dash",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"staging": "vite --mode staging",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^73.0.0",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@preact/signals": "^1.1.3",
"@tanstack/react-query": "^4.20.4",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"moment": "^2.29.4",
"preact": "^10.11.3",
"preact-router": "^4.1.0",
"prop-types": "^15.8.1",
"react-i18next": "^12.1.1",
"react-router-dom": "^6.6.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"vite": "^4.0.0"
}
}