-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.45 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "belmontrunners.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@sentry/browser": "^6.18.2",
"@types/js-cookie": "^2.2.7",
"bluebird": "^3.7.2",
"bootstrap-social": "^5.1.1",
"connected-react-router": "^6.9.2",
"email-validator": "^2.0.4",
"export-to-csv": "^0.2.1",
"final-form": "^4.20.6",
"final-form-material-ui": "^0.3.0",
"firebase": "^9.6.9",
"fuzzy-search": "^3.2.1",
"google-libphonenumber": "^3.2.27",
"google-maps-react": "^2.0.6",
"gravatar": "^1.8.2",
"history": "^4.10.1",
"immutable": "^4.0.0",
"initials": "^3.1.2",
"jquery": "^3.6.0",
"logrocket": "^2.2.1",
"logrocket-react": "^4.0.1",
"moment": "^2.29.1",
"mui-datatables": "^3.8.5",
"normalize-email": "^1.1.1",
"parse-full-name": "^1.2.6",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.4",
"react-copy-to-clipboard": "^5.0.4",
"react-dfb": "^1.0.4",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.8",
"react-image-gallery": "^1.2.7",
"react-markdown": "^7.1.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.0",
"react-scroll": "^1.8.6",
"react-slick": "^0.28.1",
"react-stripe-elements": "^6.1.2",
"reactjs-file-uploader": "^1.0.8",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"sass": "^1.49.9",
"typescript": "~4.2.4",
"underscore": "^1.13.2",
"underscore.string": "^3.3.6",
"util": "^0.12.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/fuzzy-search": "^2.1.2",
"@types/google-libphonenumber": "^7.4.23",
"@types/gravatar": "^1.8.3",
"@types/jest": "^26.0.24",
"@types/jquery": "^3.5.14",
"@types/mui-datatables": "^3.7.8",
"@types/node": "^14.18.12",
"@types/react": "^16.14.24",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.14",
"@types/react-image-gallery": "^1.0.5",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@types/react-scroll": "^1.8.3",
"@types/react-slick": "^0.23.8",
"@types/react-stripe-elements": "^6.0.6",
"@types/request-promise": "^4.1.48",
"@types/underscore": "^1.11.4",
"@types/underscore.string": "^0.0.38",
"@types/uuid": "^8.3.4",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.6.0",
"tslint": "^6.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"tslint": "tslint --project tsconfig.json",
"tslint:fix": "tslint --project tsconfig.json --fix",
"deploy:functions": "firebase deploy --only functions",
"deploy:hosting": "npm run build && firebase deploy --only hosting"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}