-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
45 lines (45 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
{
"name": "life",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js, jsx}\""
},
"dependencies": {
"@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",
"@sentry/nextjs": "^6.3.4",
"@tailwindcss/typography": "^0.4.0",
"axios": "^0.21.1",
"google-maps-react": "^2.0.6",
"next": "10.1.3",
"next-pwa": "^5.2.14",
"next-secure-headers": "^2.2.0",
"next-seo": "^4.24.0",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"querystring": "^0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-recaptcha-v3": "^1.9.4",
"react-js-pagination": "^3.0.3",
"react-multi-select-component": "^4.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"sweetalert2": "^11.0.11",
"sweetalert2-react-content": "^4.0.1",
"timeago-react": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"dotenv": "^10.0.0",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.1"
}
}