-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.75 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
{
"name": "meta.defichain.com",
"version": "0.0.0",
"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",
"prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@babel/types": "^7.21.0",
"@react-three/drei": "^9.56.25",
"@react-three/fiber": "^8.11.2",
"@reduxjs/toolkit": "^1.9.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/react-type-animation": "^1.1.1",
"@types/ua-parser-js": "^0.7.36",
"@waveshq/standard-defichain-jellyfishsdk": "^0.49.0",
"@waveshq/standard-web": "^0.49.0",
"bignumber.js": "^9.1.1",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"feather-icons": "^4.29.0",
"react-number-format": "^4.9.4",
"react-redux": "^8.0.5",
"react-scroll-parallax": "^3.3.2",
"react-type-animation": "^2.1.2",
"three": "^0.149.0",
"ua-parser-js": "^1.0.34"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@netlify/plugin-lighthouse": "^4.0.7",
"@netlify/plugin-nextjs": "^4.33.0",
"@testing-library/cypress": "^8.0.7",
"@types/node": "18.7.18",
"@types/three": "^0.149.0",
"@waveshq/standard-web-linter": "^0.49.0",
"autoprefixer": "^10.4.13",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^11.2.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"engines": {
"node": "^18.0.0 || ^16.16.0",
"pnpm": ">=7.27.0"
},
"packageManager": "[email protected]"
}