-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "web",
"version": "0.0.0",
"private": true,
"description": "Quantum Bridge",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:build": "CYPRESS=true next build",
"cypress:run": "TZ=UTC cypress run --headless --browser chrome",
"typecheck": "tsc"
},
"dependencies": {
"@babel/types": "^7.22.10",
"@floating-ui/react-dom": "^1.3.0",
"@headlessui/react": "^1.7.17",
"@reduxjs/toolkit": "^1.9.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@waveshq/standard-web": "^2.3.0",
"axios": "^1.4.0",
"bignumber.js": "^9.1.2",
"clsx": "^2.0.0",
"connectkit": "^1.5.2",
"dayjs": "^1.11.9",
"react-circular-progressbar": "^2.1.0",
"react-content-loader": "^6.2.1",
"react-qr-code": "^2.0.12",
"react-secure-storage": "^1.2.8",
"sass": "^1.66.1",
"viem": "1.6.6",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@cypress/code-coverage": "^3.11.0",
"@netlify/plugin-lighthouse": "^5.0.0",
"@netlify/plugin-nextjs": "^4.40.3",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/cypress": "^9.0.0",
"@types/node": "^18.15.3",
"@waveshq/standard-web-linter": "^2.3.0",
"autoprefixer": "^10.4.20",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^12.17.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}