-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.48 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
{
"name": "defi-asset-tracker",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "tsc --pretty --noEmit",
"format": "prettier --write **/*.{js,ts,tsx}",
"lint": "npx eslint . --ext ts --ext tsx --ext js"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@chakra-ui/theme-tools": "^1.0.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@ukstv/jazzicon-react": "^1.0.0",
"axios": "^0.21.1",
"framer-motion": "^3.5.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
"moralis": "^0.0.25",
"next": "latest",
"nookies": "^2.5.2",
"npm": "^7.16.0",
"nprogress": "^0.2.0",
"qs": "^6.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.7",
"react-icons": "^4.2.0",
"react-solana-jazzicon": "^0.1.5",
"string-template": "^1.0.0",
"unique-names-generator": "^4.5.0",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@types/node": "^14.17.1",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.6",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/string-template": "^1.0.2",
"@typescript-eslint/parser": "^4.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"prettier-eslint": "^12.0.0",
"typescript": "4.0.5"
},
"license": "MIT"
}