-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "luizov-website",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@mailchimp/mailchimp_marketing": "^3.0.78",
"@notionhq/client": "^2.2.3",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"framer-motion": "^7.3.5",
"gray-matter": "^4.0.3",
"kbar": "^0.1.0-beta.36",
"next": "^12.3.0",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"sass": "^1.54.9",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.11",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.23.1",
"eslint-config-next": "^12.3.0",
"globby": "^11.1.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"reading-time": "^1.5.0",
"stylelint": "^14.11.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-scss": "^4.2.0",
"tailwindcss": "^3.1.8"
}
}