-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "portfolio-2021",
"private": true,
"scripts": {
"postinstall": "keystone postinstall",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@keystone-6/core": "1.0.0",
"@keystone-6/document-renderer": "^1.0.0",
"@keystone-6/fields-document": "^1.0.0",
"@preconstruct/next": "^3.0.1",
"@tailwindcss/typography": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-plugin-react": "^7.27.1",
"framer-motion": "^5.5.5",
"next": "^12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-medium-image-zoom": "^4.3.5"
},
"devDependencies": {
"@types/node": "16.11.9",
"@types/react": "17.0.35",
"autoprefixer": "^10.4.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-tailwind": "^0.2.1",
"eslint-plugin-unused-imports": "^1.1.5",
"postcss": "^8.4.4",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.0",
"typescript": "4.5.2"
}
}