-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
73 lines (73 loc) · 1.88 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "sauti",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ag-grid-enterprise/all-modules": "^22.1.2",
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-testing": "^3.1.3",
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@n8tb1t/use-scroll-position": "^1.0.43",
"@nivo/bar": "^0.59.2",
"@nivo/geo": "^0.61.1",
"@testing-library/react": "^9.4.0",
"ag-grid-community": "^22.1.1",
"ag-grid-react": "^22.1.1",
"antd": "^4.1.4",
"apollo-boost": "^0.4.7",
"axios": "^0.19.0",
"clipboard": "^2.0.6",
"d3": "^5.16.0",
"dotenv": "^8.2.0",
"graphql": "^14.6.0",
"moment": "^2.24.0",
"nivo": "^0.31.0",
"node-sass": "^4.13.1",
"paypal-checkout": "^4.0.311",
"qs": "^6.9.2",
"react": "^16.8.6",
"react-apollo": "^3.1.3",
"react-csv-downloader": "^1.5.0",
"react-dom": "^16.8.6",
"react-dropdown": "^1.6.4",
"react-dropdown-label-key": "^1.6.6",
"react-ga": "^2.7.0",
"react-loader-spinner": "^3.1.5",
"react-paypal-button-v2": "^2.6.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-select": "^3.0.8",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"sweetalert": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@testing-library/react-hooks": "^3.2.1",
"husky": "^4.2.3",
"jest-extended": "^0.11.2",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react-test-renderer": "^16.13.0"
}
}