-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 KB
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --debug",
"start": "next start -p $PORT",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier": "prettier --write .",
"test": "jest --runInBand"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.16.2",
"@emailjs/browser": "^3.6.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"aos": "^2.3.4",
"axios": "^0.26.1",
"bootstrap": "^4.6.0",
"contentful": "^9.2.4",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"next": "^13.4.10",
"npm": "^8.9.0",
"pure-react-carousel": "^1.28.1",
"react": "^18.2.0",
"react-add-to-calendar-hoc": "^1.0.10",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^2.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-router-dom": "^5.2.0",
"semantic-ui-react": "^2.1.3",
"sharp": "^0.31.3"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.2.0",
"@next/eslint-plugin-next": "^12.2.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/aos": "^3.0.4",
"@types/gtag.js": "^0.0.12",
"@types/react-google-recaptcha": "^2.1.5",
"eslint": "8.15.0",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-inline-styles": "^1.0.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"prettier": "^2.7.1",
"typescript": "^4.9.4"
}
}