-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.79 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.79 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
69
70
71
72
{
"name": "sbc",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"description": "Senior Blockchain Company",
"author": {
"name": "Senior Blockchain Company",
"email": "info@seniorblockchain.io",
"url": "https://seniorblockchain.io/"
},
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@fontsource/inter": "^5.1.0",
"@tonconnect/sdk": "^3.0.5",
"@tonconnect/ui": "^2.0.9",
"@tonconnect/ui-react": "^2.1.0",
"@types/overlayscrollbars": "^1.12.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vite-pwa/astro": "^0.4.3",
"astro": "^4.16.13",
"buffer": "^6.0.3",
"framer-motion": "^11.11.17",
"gasp": "^0.0.2",
"gsap": "^3.12.5",
"npm": "^10.9.0",
"npm-check-updates": "^17.1.11",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"ton": "^13.9.0",
"ton-core": "^0.53.0",
"ton-crypto": "^3.2.0",
"tonweb": "^0.0.66",
"typescript": "^4.9.5",
"uuid": "^11.0.3",
"vite-plugin-node-polyfills": "^0.22.0",
"webpack": "^5.96.1"
},
"devDependencies": {
"@astrojs/react": "^3.6.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}