-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 2.26 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
{
"name": "crypto-manager",
"version": "0.0.1",
"description": "Crypto Manager",
"homepage": "https://harsh-2711.github.io/crypto-manager/",
"private": false,
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"chartist": "^0.10.1",
"classnames": "^2.2.5",
"d3-dsv": "^1.2.0",
"d3-format": "^1.4.4",
"d3-scale": "^3.2.1",
"d3-time-format": "^2.2.3",
"hammerjs": "^2.0.8",
"i": "^0.3.6",
"install": "^0.13.0",
"material-ui": "1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.17",
"npm": "^6.14.4",
"npm-run-all": "^4.1.1",
"perfect-scrollbar": "^1.3.0",
"prop-types": "^15.7.2",
"react": "^16.2.0",
"react-autosuggest": "^10.0.0",
"react-chartist": "^0.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.2.2",
"react-scripts": "^3.3.1",
"react-stockcharts": "^0.7.8",
"react-swipeable-views": "^0.12.12",
"react-switch": "^5.0.1",
"react-transition-group": "^1.2.1"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"dev-server": "NODE_PATH=./src env-cmd react-scripts start",
"start-api": "cd api && source venv/bin/activate && export FLASK_APP=app.py && flask run --no-debugger",
"build": "NODE_PATH=./src react-scripts build",
"test": "NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harsh-2711/crypto-manager.git"
},
"keywords": [],
"author": "Harsh Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/harsh-2711/crypto-manager/issues"
},
"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:5000",
"devDependencies": {
"env-cmd": "^10.1.0"
}
}