-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.72 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "codatta-frontier-website",
"version": "1.0.0",
"description": "Website for Codatta frontier platform",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"prepare": "husky",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codatta/codattaFrontierWebsite.git"
},
"keywords": [
"codatta",
"frontier"
],
"author": "markof@163.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/codatta/codattaFrontierWebsite/issues"
},
"homepage": "https://github.com/codatta/codattaFrontierWebsite#readme",
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@module-federation/runtime": "^2.0.1",
"@module-federation/vite": "^1.11.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@tonconnect/sdk": "^3.0.5",
"@types/gsap": "^1.20.2",
"@udecode/cn": "^39.0.0",
"@uidotdev/usehooks": "^2.4.1",
"antd": "^5.22.2",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codatta-connect": "^2.8.2",
"commitlint": "^19.6.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"derive-valtio": "^0.2.0",
"dotenv": "^17.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"framer-motion": "^11.14.4",
"gifuct-js": "^2.1.2",
"gsap": "^3.13.0",
"highlight.js": "^11.11.0",
"husky": "^9.1.7",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.462.0",
"marked": "^13.0.3",
"qrcode.react": "^3.1.0",
"query-string": "^9.3.1",
"react": "^18.3.1",
"react-avatar-editor": "^13.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-hot-toast": "^2.5.2",
"react-infinite-scroll-component": "^6.1.0",
"react-konva": "^18.2.10",
"react-markdown": "^10.1.0",
"react-phone-number-input": "^3.4.13",
"react-resize-detector": "^12.0.1",
"react-router-dom": "^7.0.1",
"react-syntax-highlighter": "^16.1.0",
"react-vant": "^3.3.5",
"recharts": "^3.6.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"runes2": "^1.1.4",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.5",
"tailwindcss-animated": "^1.1.2",
"valtio": "^2.1.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@markof/eslint-plugin-no-chinese": "^1.0.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.16",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}