-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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": "roost",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint --fix --ext .js --ext .jsx . --ignore-path .gitignore",
"prepare": "husky install",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.3",
"@mui/material": "5.15.3",
"@mui/styles": "5.15.3",
"fuse.js": "7.0.0",
"google-maps-react": "2.0.6",
"next": "^14",
"react": "^18",
"react-dom": "^18",
"react-ga": "3.3.1"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@testing-library/react": "^14",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"babel-jest": "29.7.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"jest": "^29",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"packageManager": "[email protected]"
}