-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "productlog-theme",
"version": "0.2.1",
"description": "NextJS-based changelog theme for your product",
"license": "MIT",
"author": {
"name": "Varun A P",
"url": "https://apvarun.com"
},
"keywords": [
"Changelog",
"Theme",
"NextJS"
],
"repository": {
"type": "git",
"url": "https://github.com/apvarun/productlog-nextjs-theme.git"
},
"homepage": "https://productlog-theme.vercel.app/",
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"dayjs": "^1.11.11",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.4.7",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-katex": "^3.0.1",
"react-notion": "^0.10.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.12.7",
"@types/react": "^18.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
}