-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "metaphore",
"version": "1.0.0",
"description": "Public Collections of Metaphor our Freestylers accross the world. Gain knowledge with unusual perspective from our Punk members.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/StreetCommunityProgrammer/metaphore.git"
},
"keywords": [
"sharing",
"blogging",
"freestyle",
"programming",
"metaphor"
],
"author": "Imam Ali Mustofa <d.darkterminal@gmail.com> (https://bettadevindonesia.com)",
"license": "GPL-3.0-only",
"bugs": {
"url": "/~https://github.com/StreetCommunityProgrammer/metaphore/issues"
},
"homepage": "/~https://github.com/StreetCommunityProgrammer/metaphore#readme",
"private": true,
"scripts": {
"dev": "next dev -p 2312",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"semantic-release": "semantic-release",
"prettier": "prettier --write ."
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@giscus/react": "^2.2.8",
"daisyui": "^2.51.3",
"date-fns": "^2.29.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"glob": "^9.2.1",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "13.2.3",
"next-seo": "^5.15.0",
"next-share": "^0.19.0",
"next-sitemap": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.7.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"semantic-release": "^20.1.1",
"tailwindcss": "^3.2.7"
}
}