-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
{
"name": "randalherndon.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "npx sanity deploy"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@motionone/utils": "^10.16.3",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.18.0",
"@sendgrid/mail": "^7.7.0",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.16",
"dotenv": "^16.3.1",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.1",
"next": "^13.5.4",
"next-sanity": "^5.5.8",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"sanity": "^3.18.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.9",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uninstall": "^0.0.0"
},
"devDependencies": {
"@types/randomcolor": "^0.5.7",
"@types/react-slick": "^0.23.10"
}
}