-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 852 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": "cryptobuy",
"version": "0.1.0",
"private": false,
"dependencies": {
"axios": "^0.18.0",
"jquery-colorbox": "^1.6.4",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-device-detect": "^1.0.1",
"react-dom": "^15.6.1",
"react-filter-select": "^1.0.8",
"react-loader-spinner": "^2.3.0",
"react-router": "^4.3.1",
"react-scripts": "1.0.10",
"react-search-box": "^2.0.1",
"react-search-field": "^1.0.0",
"react-select": "^2.2.0",
"react-tradingview-widget": "^1.3.0",
"react-twitter-widgets": "^1.7.1",
"semantic-ui-react": "^0.85.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"bootstrap": "^3.3.7"
}
}