-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.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
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
{
"name": "money-bot",
"version": "1.0.0",
"description": "Create /src/config/js",
"main": "index.js",
"module": "main.js",
"scripts": {
"start": "react-scripts start",
"server": "node -r esm ./server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rathe001/node-money-bot.git"
},
"author": "Josh Tummel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rathe001/node-money-bot/issues"
},
"homepage": "https://github.com/Rathe001/node-money-bot#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"eslint": "^6.7.2",
"eslint-config": "^0.4.0-legacy",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-sort-destructure-keys": "^1.3.3",
"eslint-plugin-sort-keys-fix": "^1.1.0",
"prettier": "^1.19.1"
},
"dependencies": {
"@alpacahq/alpaca-trade-api": "^1.2.7",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"classnames": "^2.2.6",
"esm": "^3.2.25",
"express": "^4.17.1",
"helmet": "^3.21.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-persist": "^3.0.5",
"react": "^16.11.0",
"react-charts": "^2.0.0-beta.6",
"react-dom": "^16.11.0",
"react-jss": "^10.0.0",
"react-redux": "^7.1.3",
"react-scripts": "3.3.0",
"redux": "^4.0.4",
"redux-saga": "^1.1.3",
"uuid": "^3.3.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8080"
}