forked from tavindev/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 Bytes
/
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
{
"name": "gustavo-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"axios": "^0.26.1",
"date-fns": "^2.29.1",
"motion": "^10.14.3",
"next": "^13.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"swr": "^1.3.0",
"use-lanyard": "^1.1.0"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/node": "^18.6.0",
"@types/react": "18.0.25",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "^7.32.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4",
"typescript": "4.4.2"
}
}