-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.67 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
80
81
82
83
{
"name": "fluxus-app",
"private": true,
"origin": "feat/cleanupping",
"version": "0.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,js}\""
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"bn.js": "^5.2.0",
"comlink": "^4.3.1",
"crypto-js": "^4.1.1",
"dexie": "^3.2.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"lzutf8": "^0.6.0",
"mathjs": "^10.0.0",
"moment": "^2.29.1",
"near-api-js": "0.44.2",
"next": "12.0.4",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.2",
"nookies": "^2.5.2",
"numeral": "^2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-intl": "^5.23.0",
"react-micro-modal": "^2.0.2",
"react-modal": "^3.14.4",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-switch": "^6.0.0",
"react-toastify": "^8.1.0",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.8",
"styled-components": "^5.3.3",
"swr": "^1.2.2",
"web3": "^1.7.0",
"webpack": "^5.65.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/cookie": "^0.4.1",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.177",
"@types/mathjs": "^9.4.2",
"@types/node": "16.11.9",
"@types/react": "17.0.36",
"@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"node-sass": "^6.0.1",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"typescript": "4.5.2",
"worker-plugin": "^5.0.1"
}
}