-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.55 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": "invoicy",
"version": "0.1.0",
"private": true,
"homepage": "",
"dependencies": {
"@react-pdf/renderer": "^2.0.21",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^17.0.11",
"bootstrap": "^4.3.1",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"font-awesome": "^4.7.0",
"google-maps-react": "^2.0.2",
"jquery": "^3.4.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.7.5",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.5",
"react-bootstrap-dialog": "^0.13.0",
"react-bootstrap-range-slider": "^2.0.2",
"react-datepicker": "^4.6.0",
"react-dom": "^16.8.4",
"react-full-screen": "^0.2.4",
"react-loadable": "^5.5.0",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.4.4",
"react-redux": "^6.0.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.3.0",
"react-textarea-autosize": "^8.3.3",
"react-window-size": "^1.2.2",
"redux": "^4.0.1",
"styled-components": "^5.3.3",
"typescript": "^3.9.7",
"web3": "^1.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-to-print": "^2.1.1"
}
}