-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.13 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
{
"name": "next-blog",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"cy:open-only": "cypress open",
"cy:run-only": "cypress run",
"cy:open": "start-server-and-test dev 3000 cy:open-only",
"cy:run": "start-server-and-test dev 3000 cy:run-only"
},
"dependencies": {
"@fontsource/poppins": "^4.5.1",
"@sendgrid/mail": "^7.6.0",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/prismjs": "^1.26.0",
"animate.css": "^4.1.1",
"express-rate-limit": "^6.2.0",
"gray-matter": "^4.0.3",
"next": "12.0.8",
"next-i18next": "^10.2.0",
"next-sitemap": "^4.2.3",
"plaiceholder": "^2.3.0",
"prismjs": "^1.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-lazyload": "^3.2.0",
"react-markdown": "^8.0.0",
"react-toastify": "^8.1.1",
"request-ip": "^2.1.3",
"sharp": "^0.30.4",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "^17.0.15",
"@types/react": "17.0.38",
"@types/react-lazyload": "^3.1.1",
"@types/request-ip": "^0.0.37",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"autoprefixer": "^10.4.2",
"babel-plugin-prismjs": "^2.1.0",
"cypress": "^9.4.1",
"eslint": "8.7.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.16",
"typescript": "4.5.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}