-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
69 lines (69 loc) · 2.03 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
{
"name": "@defichain/scan",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "husky install",
"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",
"playground:start": "docker-compose rm -fsv && docker-compose up",
"test": "jest"
},
"dependencies": {
"@babel/types": "^7.23.5",
"@floating-ui/react-dom": "^1.3.0",
"@headlessui/react": "^1.7.17",
"@prismicio/client": "^7.2.0",
"@prismicio/types": "^0.2.8",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@waveshq/standard-defichain-jellyfishsdk": "^4.0.0",
"@waveshq/standard-web": "^4.0.0",
"@waveshq/walletkit-core": "^1.3.10",
"@waveshq/walletkit-ui": "^1.3.10",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"install": "^0.13.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react-number-format": "^5.3.1",
"react-redux": "^8.1.2",
"react-schemaorg": "^2.0.0",
"recharts": "^2.10.2",
"schema-dts": "^1.1.2",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.12",
"@netlify/plugin-lighthouse": "^5.0.0",
"@netlify/plugin-nextjs": "^4.41.3",
"@stickyjs/jest": "^1.3.4",
"@testing-library/cypress": "^9.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.18",
"@waveshq/standard-web-linter": "^1.9.3",
"autoprefixer": "^10.4.16",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^12.17.4",
"node-forge": "^1.3.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.11.0"
},
"packageManager": "[email protected]"
}