-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.82 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
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
{
"name": "frontend-main-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "vite preview",
"prepare": "husky install",
"tsc-check": "tsc",
"tsc-watch": "tsc -w",
"eslint": "esw src/**",
"eslint-watch": "esw -w --changed src/**",
"eslint-watch-quiet": "esw -w --quiet --changed src/**",
"lint": "eslint src --ext .ts,.tsx",
"lint-fix": "eslint src --ext .ts,.tsx --fix",
"style-lint": "npx stylelint \"**/*.scss\"",
"create-env": "printenv > .env"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.10.3",
"@arcana/auth": "^1.0.3",
"@arcana/auth-react": "^0.0.3",
"@hedgedoc/html-to-react": "^1.4.5",
"@metamask/detect-provider": "^1.2.0",
"@tanstack/react-query": "4.26.1",
"@types/styled-components": "^5.1.25",
"@uauth/js": "^2.4.0",
"@walletconnect/web3-provider": "^1.7.8",
"clsx": "^1.1.1",
"ethers": "^5.6.7",
"gsap": "^3.11.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"path": "^0.12.7",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.0.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.2.0",
"react-loader-spinner": "^5.1.5",
"react-qr-code": "^2.0.8",
"react-quill": "^2.0.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-select": "^5.3.2",
"react-type-animation": "^3.0.1",
"redux": "^4.2.0",
"sass": "^1.52.1",
"shepherd.js": "^10.0.1",
"vite-plugin-svgr": "^2.1.0",
"vite-tsconfig-paths": "^3.4.1",
"web-vitals": "^2.1.0",
"web3": "^1.7.1",
"web3-utils": "^1.7.4"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.35",
"@types/react": "^18.0.0",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.0",
"@walletconnect/types": "^2.4.7",
"buffer": "^6.0.3",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-watch": "^8.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.1.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.6.2",
"process": "^0.11.10",
"stylelint": "^14.16.1",
"stylelint-config-airbnb": "^0.0.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-order": "^6.0.1",
"stylelint-scss": "^4.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}
}