-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"author": "Shaun Chong <mumkhong@skiff.com>",
"description": "A place for me to post blogs through Contentful",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"analyze": "node scripts/readingTimeAnalyzer.js"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.0",
"@contentful/rich-text-types": "^15.12.0",
"contentful": "^9.1.21",
"firebase": "^9.12.1",
"framer-motion": "^8.0.2",
"next": "^12",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"reading-time": "^1.5.0",
"sass": "^1.34.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.3"
}
}