-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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": "blog",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"cypress": "cypress open"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.0.0",
"framer-motion": "^6.2.3",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"next": "12.1.0",
"next-mdx-remote": "^4.0.0-rc.1",
"next-seo": "^5.1.0",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.49.0",
"zod": "^3.11.6"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/js-cookie": "^3.0.1",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-testing-library": "^5.0.4",
"jest": "^27.4.7",
"prettier": "2.5.1",
"typescript": "4.5.5"
}
}