-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.06 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
{
"name": "par-3-pickup",
"description": "The community for beginner golf players to hit the links and improve their skills on local Par 3 courses.",
"version": "0.1.0",
"license": "GNU 2",
"dependencies": {
"@aws-amplify/api": "^4.0.1",
"@material-ui/core": "^4.11.4",
"@metamask/onboarding": "^1.0.0",
"@sentry/nextjs": "^6.10.0",
"@svgr/webpack": "5.5.0",
"html-react-parser": "^1.2.3",
"jstoxml": "^2.0.3",
"linkedin-login-for-react": "^1.3.0",
"next": "^10.0.5",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-avatar": "^3.10.0",
"react-collapsible": "^2.8.3",
"react-dom": "^17.0.1",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.32.13",
"short-uuid": "^4.2.0",
"typescript": "~4.2.4",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"web3-utils": "^1.3.6",
"workbox-core": "^6.2.4",
"workbox-expiration": "^6.2.4",
"workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
"workbox-webpack-plugin": "^6.2.4"
},
"devDependencies": {
"@types/css-modules": "^1.0.1",
"@types/node": "^14.14.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-flowtype": "5.7.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"scripts": {
"development": "NODE_ENV=development next",
"start": "NODE_ENV=production next start",
"build": "next build && next export",
"eslint": "eslint ./src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}