-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 936 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 936 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
34
35
36
37
{
"name": "wave-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@tailwindcss/forms": "^0.3.4",
"antd": "^4.22.8",
"autoprefixer": "^10.4.0",
"eth-revert-reason": "^1.0.3",
"ethers": "^5.5.1",
"framer-motion": "^5.3.1",
"i18next": "^21.9.1",
"postcss": "^8.3.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-i18next": "^11.18.5",
"react-icons": "^4.3.1",
"video-react": "^0.16.0",
"wujie-react": "^1.0.2",
"xgplayer": "^3.0.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"tailwindcss": "^2.2.19",
"vite": "^2.6.4"
}
}