-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
{
"name": "alessandraarpi",
"version": "1.0.1",
"description": "Alessandra Arpi - Parole che risuonano",
"private": true,
"license": "MIT",
"author": {
"name": "Federico Kratter Thaler",
"url": "https://www.kkratter.com/"
},
"repository": "https://github.com/kkratterf/alessandraarpi",
"homepage": "https://www.alessandraarpi.it/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@next/font": "13.0.7",
"@portabletext/react": "^2.0.0",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.0.4",
"@sanity/vision": "^3.11.5",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^0.1.11",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"framer-motion": "^8.5.5",
"next": "13.0.7",
"next-sanity": "^4.3.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-type-animation": "^3.1.0",
"sanity": "^3.11.5",
"sanity-plugin-iframe-pane": "^2.1.1",
"sharp": "^0.31.3",
"styled-components": "^5.2.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
},
"keywords": [
"website",
"portfolio",
"portfolio-website",
"copywriter",
"copywriting"
]
}