forked from luk3Sky/FoxBinary-Front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.78 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.78 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
{
"name": "foxbin-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"apexcharts": "^3.6.11",
"axios": "^0.18.0",
"coreui-react-starter": "^1.0.0-alpha.5",
"fusioncharts": "^3.13.4",
"npm": "^6.9.0",
"plotly.js": "^1.47.4",
"react": "^16.8.6",
"react-alert": "^5.5.0",
"react-alert-template-basic": "^1.0.0",
"react-apexcharts": "^1.3.3",
"react-dom": "^16.8.6",
"react-fusioncharts": "^3.0.0",
"react-google-charts": "^3.0.13",
"react-plotly.js": "^2.3.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.1",
"react-sparklines": "^1.7.0",
"react-spinners-kit": "^1.9.0",
"react-transition-group": "^4.0.1",
"recharts": "^1.6.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"serve": "^11.0.0",
"styled-components": "^4.2.0",
"websocket": "^1.0.28"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/luk3Sky/FoxBin-Front.git"
},
"keywords": [
"Binary",
"Forex",
"Predict",
"Front"
],
"author": "luk3Sky",
"license": "ISC",
"bugs": {
"url": "https://github.com/luk3Sky/FoxBin-Front/issues"
},
"homepage": "/"
}