-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.26 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
70
71
72
73
74
75
76
77
78
79
{
"name": "infinite-pressure-front-end",
"version": "0.10.14",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"prepare": "husky install && cp -a .husky/. .git/hooks/",
"prettier": "@spotify/prettier-config"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
},
"dependencies": {
"@ethersproject/units": "^5.5.0",
"@google/model-viewer": "^1.10.1",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@types/validator": "^13.7.1",
"@usedapp/core": "^0.9.0",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^0.2.4",
"array-sort": "^1.0.0",
"ethers": "^5.5.4",
"framer-motion": "^6.2.8",
"jotai": "^1.6.0",
"lodash": "^4.17.21",
"magic-sdk": "^8.0.1",
"moment": "^2.29.1",
"moralis": "^1.5.4",
"next": "^12.0.10",
"popmotion": "^11.0.3",
"react": "17.0.2",
"react-detect-click-outside": "^1.1.2",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"react-lazy-load-image-component": "^1.5.1",
"react-moralis": "^1.3.2",
"react-query": "^3.34.12",
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.3",
"validator": "^13.7.0"
},
"devDependencies": {
"@spotify/prettier-config": "^12.0.0",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/styled-components": "^5.1.19",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.1",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.0.7",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^10.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"react-responsive-carousel": "^3.2.23",
"tailwindcss": "^3.0.10",
"typescript": "4.5.4"
}
}