-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.41 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "App-Aletheia-data",
"version": "2.1.0",
"homepage": "/",
"repository": {
"type": "git",
"url": "https://github.com/Aletheia-Data/app.aletheiadata.org"
},
"dependencies": {
"@apollo/client": "~3.4.0",
"@apollo/react-hooks": "^4.0.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@magic-ext/connect": "^2.0.2",
"@manaflair/redux-batch": "^1.0.0",
"@popperjs/core": "^2.6.0",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate.css": "^4.1.1",
"apexcharts": "3.23.1",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"bootstrap": "5.0.1",
"bootstrap-icons": "^1.3.0",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"formik": "^2.2.6",
"graphql": "^16.1.0",
"ipfs-car": "^0.6.1",
"line-awesome": "^1.3.0",
"magic-sdk": "^9.0.0",
"minisearch": "^3.2.0",
"moment": "^2.29.1",
"nouislider": "^14.6.3",
"numeral": "^2.0.6",
"object-path": "^0.11.5",
"papaparse": "^5.3.1",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.22.0",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-apollo": "^3.1.5",
"react-bootstrap-v5": "^1.4.0",
"react-clipboard.js": "^2.0.16",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-inlinesvg": "^2.2.2",
"react-is": "^17.0.1",
"react-moralis": "^1.0.0",
"react-query": "^3.38.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sass": "1.32.13",
"socicon": "^3.0.5",
"typescript": "4.1.2",
"web-vitals": "^0.2.4",
"web3": "^1.6.1",
"wretch": "^1.7.9",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . -c .eslintrc --ext ts,tsx",
"lint:fix": "npm run lint --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@magic-ext/near": "^5.0.0",
"@magic-ext/oauth": "^4.0.0",
"@types/bootstrap": "^5.0.4",
"@types/chart.js": "^2.9.29",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/nouislider": "^9.0.8",
"@types/numeral": "^2.0.2",
"@types/object-path": "^0.11.0",
"@types/papaparse": "^5.3.1",
"@types/prismjs": "^1.16.2",
"@types/react": "^16.14.24",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.13",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"near-api-js": "^1.1.0",
"prettier": "^2.5.0",
"react-rewards": "^2.0.4",
"web3.storage": "^3.5.7"
}
}