-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
{
"name": "radiosavta-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@madeinhaus/nextjs-page-transition": "^2.0.1",
"@mui/material": "^5.15.10",
"@sentry/nextjs": "^7.21.1",
"@svgr/webpack": "^5.5.0",
"@types/react-modal": "^3.13.1",
"@types/react-vertical-timeline-component": "^3.0.1",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"flatted": "^3.1.1",
"framer-motion": "^6.5.1",
"husky": "^7.0.4",
"keen-slider": "^5.5.1",
"lint-staged": "^12.3.4",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.42.0",
"moment": "^2.29.1",
"next": "12",
"next-images": "^1.8.1",
"next-seo": "^6.0.0",
"nextjs-progressbar": "^0.0.13",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-facebook-pixel": "^1.0.4",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.7.1",
"react-modal": "^3.14.4",
"react-query": "^3.17.1",
"react-select": "^4.3.1",
"react-share": "^4.4.0",
"react-vertical-timeline-component": "^3.3.3"
},
"devDependencies": {
"@aws-amplify/cli": "^5.0.0",
"@types/lodash": "^4.14.173",
"@types/mixpanel-browser": "^2.35.7",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.11",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-select": "^4.0.17",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"sass": "^1.35.1",
"typescript": "^4.3.2"
}
}