-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "recipelib-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint .",
"test": "jest --modulePathIgnorePatterns=e2e",
"test:e2e": "jest __tests__/e2e",
"test-coverage": "jest --modulePathIgnorePatterns=e2e --config=jest.config.coverage.js"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.8",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.0",
"next": "latest",
"puppeteer": "^14.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.0",
"react-hook-form": "^7.30.0",
"react-responsive": "^9.0.0-beta.6",
"ua-parser-js": "^1.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@types/node": "^17.0.25",
"@types/react": "^18.0.6",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"babel-jest": "^28.1.0",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"lint-staged": "^12.4.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}