forked from Giveth/xchange-rates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "xchange-rates",
"homepage": "https://giveth.github.io/xchange-rates",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.0",
"clipboard": "^2.0.1",
"create-react-class": "^15.6.3",
"flux": "^3.1.3",
"formsy-react": "^1.1.4",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"querystring": "^0.2.0",
"react": "^16.3.2",
"react-addons-css-transition-group": "^15.6.2",
"react-calendar": "^2.14.0",
"react-date-picker": "^6.10.1",
"react-datepicker": "^1.4.1",
"react-dom": "^16.3.2",
"react-infinite-calendar": "^2.3.1",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-virtualized-select": "^3.1.3",
"reactstrap": "^5.0.0-beta.3",
"semantic-ui-calendar": "0.0.8",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1"
},
"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"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}