-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 914 Bytes
/
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
{
"name": "taiwan-bank-exchange-currency",
"version": "0.1.0",
"private": true,
"dependencies": {
"date-fns": "^2.0.0-alpha.18",
"echarts": "^4.2.0-rc.1",
"echarts-for-react": "^2.0.15-beta.0",
"gh-pages": "^2.0.0",
"lodash": "^4.17.11",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.0",
"semantic-ui-react": "^0.82.5",
"styled-components": "^3.4.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "http://ricky155030.github.io/exchange-rate-dashboard"
}