forked from byteball/line-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "lol-ui",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode testnet",
"dev:livenet": "vite --mode livenet",
"build:testnet": "vite build --mode testnet",
"build:livenet": "vite build --mode livenet",
"format": "prettier --write .",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@ant-design/plots": "^1.2.5",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"ethers": "^6.3.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"vite": "^4.3.2"
}
}