-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.94 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
{
"name": "@fck-foundation/web",
"version": "0.0.1",
"scripts": {
"dev": "vite --host dev.fck.foundation --port 443",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"3d-earth": "^1.0.8",
"@nextui-org/react": "^1.0.0-beta.12",
"@tanstack/react-query": "^4.26.1",
"@tonconnect/sdk": "^2.0.7",
"@tonconnect/ui-react": "^0.0.14",
"array-move": "^4.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"framer-motion": "^10.5.0",
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"keen-slider": "^6.8.5",
"lightweight-charts": "^4.0.0",
"moment": "^2.29.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-component-export-image": "^1.0.6",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.2.0",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^3.2.0",
"react-router-dom": "^6.9.0",
"react-toastify": "^9.1.3",
"react-vertical-timeline-component": "^3.6.0",
"recharts": "^2.5.0",
"tailwindcss": "^3.2.7",
"toastify-js": "^1.12.0",
"ton": "^13.5.0",
"ton-core": "^0.49.1",
"ton-crypto": "^3.2.0",
"tonapi-sdk-js": "^0.24.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/axios": "^0.14.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.26",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.0",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-mkcert": "^1.13.3",
"vite-plugin-pwa": "^0.14.6",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.7"
}
}