forked from DeFiCh/defiscan.live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"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"
},
"dependencies": {
"@babel/types": "^7.20.7",
"@floating-ui/react-dom": "^1.2.1",
"@headlessui/react": "^1.7.7",
"@prismicio/client": "^6.7.3",
"@prismicio/types": "^0.2.7",
"@reduxjs/toolkit": "^1.9.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@waveshq/standard-defichain-jellyfishsdk": "^0.34.3",
"@waveshq/standard-web": "^0.34.3",
"@waveshq/walletkit-core": "^0.27.0",
"@waveshq/walletkit-ui": "^0.27.0",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"install": "^0.13.0",
"lodash": "^4.17.21",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react-number-format": "^5.1.3",
"react-redux": "^8.0.5",
"react-schemaorg": "^2.0.0",
"recharts": "2.3.2",
"schema-dts": "^1.1.0",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@netlify/plugin-lighthouse": "^4.0.7",
"@netlify/plugin-nextjs": "^4.30.2",
"@testing-library/cypress": "^8.0.7",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.13",
"@waveshq/standard-web-linter": "^0.34.3",
"autoprefixer": "^10.4.13",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^11.2.0",
"node-forge": "^1.3.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}