-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "fp-scans-cra",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@u-wave/react-vimeo": "^0.8.2",
"apexcharts": "^3.15.2",
"axios": "^0.19.2",
"lightweight-charts": "^2.0.0",
"react": "^16.12.0",
"react-apexcharts": "^1.3.6",
"react-dom": "^16.12.0",
"react-gauge-chart": "^0.2.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-select-search": "2.2.0",
"react-swipeable-views": "^0.13.9",
"react-tradingview-widget": "^1.3.2",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"request-promise": "^4.2.6",
"socket.io-client": "^2.3.1",
"yahoo-live-quotes": "git+https://github.com/meetmangukiya/node-yahoo-live-quotes.git"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --no-source-maps --no-content-hash --out-dir build src/index.html",
"prettify": "prettier --write \"src/**/*.js\"",
"check-code": "prettier --check \"src/**/*.js\""
},
"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"
]
},
"homepage": "http://charts-dev.fusionpointcapital.com/",
"devDependencies": {
"parcel": "1.12.4",
"prettier": "^2.1.2"
}
}