-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
65 lines (65 loc) · 1.93 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
{
"name": "@defichain/defichain.com",
"private": true,
"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",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@prismicio/client": "^7.3.1",
"@prismicio/react": "^2.7.3",
"@waveshq/standard-defichain-jellyfishsdk": "^3.0.1",
"@waveshq/standard-web": "^3.0.1",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.2",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next-i18next": "^14.0.0",
"react-countup": "^6.5.0",
"react-markdown": "^8.0.7",
"react-number-format": "^5.3.1",
"react-slick": "^0.29.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.9",
"@netlify/plugin-lighthouse": "^5.0.0",
"@netlify/plugin-nextjs": "^4.41.1",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/cypress": "^9.0.0",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@waveshq/standard-web-linter": "^3.0.1",
"autoprefixer": "^10.4.16",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^12.17.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
},
"resolutions": {
"countup.js": "2.5.0"
},
"engines": {
"node": "^18.0.0 || ^16.16.0",
"pnpm": ">=8.10.0"
},
"packageManager": "[email protected]"
}