-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.77 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
54
55
56
57
58
{
"name": "sito-wallet",
"private": false,
"version": "0.6.65",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "firebase deploy --only hosting:sito-wallet"
},
"dependencies": {
"@emotion/css": "11.11.2",
"@fontsource/poppins": "5.0.8",
"@fontsource/roboto": "5.0.8",
"@fortawesome/fontawesome-svg-core": "6.3.0",
"@fortawesome/free-brands-svg-icons": "6.3.0",
"@fortawesome/free-regular-svg-icons": "6.3.0",
"@fortawesome/free-solid-svg-icons": "6.3.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@loadable/component": "5.15.3",
"@sito/ui": "^0.0.203",
"@supabase/supabase-js": "2.38.4",
"@tippyjs/react": "4.2.6",
"crypto-js": "4.2.0",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"lodash.debounce": "4.0.8",
"md5": "2.3.0",
"react": "18.2.0",
"react-countup": "6.5.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.0",
"react-in-viewport": "1.0.0-alpha.30",
"react-router-dom": "6.18.0",
"some-javascript-utils": "0.9.6",
"string-similarity": "4.0.4",
"use-lodash-debounce": "1.3.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.16.5",
"workbox-window": "^7.0.0"
}
}