-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 3.05 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
{
"name": "crypto-grommet",
"version": "1.2.0",
"engines": {
"node": ">=10.0",
"npm": ">=6.0.1"
},
"keywords": [
"grommet",
"nextjs",
"graphql",
"react",
"crypto",
"apollo-react",
"tfjs",
"tensorflow"
],
"scripts": {
"dev": "PORT=8568 node --experimental-modules server/server.mjs ",
"alias": "NODE_ENV=alias PORT=8568 node --experimental-modules server/server.mjs ",
"dx-grid": "NODE_ENV=dx-grid PORT=8568 node --experimental-modules server/server.mjs ",
"build": "NODE_ENV=production next build",
"check": "./node_modules/.bin/eslint .",
"heroku-postbuild": "npm run build",
"analyze": "ANALYZE_BUILD=true npm run build",
"start": "NODE_ENV=production node --experimental-modules server/server.mjs",
"start-server": "NODE_ENV=production PORT=8568 node --experimental-modules server/server.mjs"
},
"dependencies": {
"@devexpress/dx-react-core": "^1.10.4",
"@devexpress/dx-react-grid": "^1.10.4",
"@tensorflow/tfjs": "^0.14.1",
"@tensorflow/tfjs-vis": "^0.4.0",
"apollo-client-preset": "^1.0.8",
"apollo-link-context": "^1.0.17",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-styled-components": "^1.10.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"ccxt": "^1.11.137",
"chalk": "^2.3.2",
"chart.js": "^2.7.3",
"compression": "^1.7.2",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"dotenv-webpack": "^1.5.5",
"dx-react-grid-grommet": "^1.0.11",
"express": "^4.16.3",
"graphql": "^14.2.0",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.10.1",
"grommet": "https://github.com/grommet/grommet/tarball/stable",
"grommet-controls": "^1.1.12",
"grommet-icons": "^4.2.0",
"htmlescape": "^1.1.1",
"install": "^0.10.4",
"ip": "^1.1.5",
"isomorphic-unfetch": "^2.0.0",
"lru-cache": "^4.1.2",
"next": "^8.0.3",
"next-routes": "^1.3.0",
"next-transpile-modules": "^2.2.0",
"npm": "^5.7.1",
"numeral": "^2.0.6",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github2": "^0.1.11",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.5.0",
"react": "^16.8.1",
"react-apollo": "^2.5.3",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.8.1",
"react-ga": "^2.5.0",
"react-highcharts": "^16.0.2",
"react-json-pretty": "^1.7.6",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.4",
"styled-components": "^4.1.3",
"turndown": "^4.0.1",
"url-search-params": "^0.10.0",
"webpack-bundle-analyzer": "^2.11.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-parallel": "^0.3.2",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"check"
],
"license": "ISC"
}