-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "cryptodash-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"coingecko-api": "^1.0.10",
"follow-redirects": "^1.14.1",
"js-big-decimal": "^1.3.4",
"knex": "^0.95.10",
"mobx": "^6.3.2",
"mobx-persist": "^0.4.1",
"mobx-react": "^7.2.0",
"next": "^10.0.0",
"pg": "^8.7.1",
"prop-types": "^15.7.2",
"rc-input-number": "^7.3.0",
"react": "17.0.1",
"react-autosuggest": "^10.1.0",
"react-dom": "17.0.1",
"react-modal": "^3.14.3",
"react-nextjs-toast": "^1.2.5",
"react-resize-detector": "^6.7.4",
"react-spinners": "^0.11.0",
"rmc-input-number": "^1.0.5",
"rsuite": "^5.0.0-beta.5",
"sass": "^1.35.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.14",
"node-fetch": "^2.6.1",
"node-html-parser": "^4.1.3",
"sync-fetch": "^0.3.0",
"typescript": "^4.3.5"
},
"browser": {
"ServerUtils": false,
"fs": false,
"xml2js": false
}
}