-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "toronto-beach-app",
"version": "0.4.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./components/* ./pages/** -c .eslintrc.js --ext js,jsx",
"test": "jest --watch"
},
"dependencies": {
"dayjs": "^1.10.4",
"google-map-react": "^1.1.7",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.19",
"lodash.get": "^4.4.2",
"next": "^12.0.0",
"node-fetch": "^2.6.1",
"performance-now": "^2.1.0",
"react": "^18.0.0-alpha-4298ddbc5-20211023",
"react-charts": "^2.0.0-beta.7",
"react-dom": "^18.0.0-alpha-4298ddbc5-20211023",
"sass": "^1.26.8",
"torontobeach": "^1.0.19",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@types/node": "^14.14.24",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.1",
"@vercel/node": "^1.9.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.2",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.6.2"
}
}