-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
{
"name": "novalex-start-kit",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"bignumber.js": "^8.1.1",
"bootstrap": "^4.3.1",
"browserslist": "4.6.3",
"cryptocompare": "^1.0.0",
"fuzzy": "^0.1.3",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"mongodb": "^3.2.7",
"node-fetch": "^2.6.0",
"perfect-scrollbar": "^1.4.0",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-loading-skeleton": "^1.1.2",
"react-redux": "^7.0.2",
"react-responsive": "^6.1.1",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"react-stockcharts": "^0.7.8",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eslint": "./node_modules/.bin/eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "7.13.0",
"node-sass": "^4.12.0",
"react-scripts": "3.0.1"
}
}