-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"name": "blog-starter",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.2",
"@headlessui/react": "^1.4.2",
"classnames": "2.2.6",
"contentful": "^8.1.8",
"date-fns": "2.16.1",
"framer-motion": "^5.6.0",
"gray-matter": "4.0.2",
"next": "12",
"react": "^17.0.2",
"react-canvas-confetti": "^1.2.1",
"react-dom": "^17.0.2",
"remark": "13.0.0",
"remark-html": "13.0.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.6"
},
"license": "MIT"
}