-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "kinact",
"displayName": "Kinact",
"version": "0.0.1a",
"description": "Kinact is a dynamic portfolio web app designed for software engineers / Web developers who actively use GitHub for their projects. It automatically aggregates real-time data from your GitHub account, showcasing your projects, skills, and achievements in a compelling and optimized format. Perfect for attracting recruiters, entrepreneurs, or freelance clients, Kinact updates itself as you work, eliminating the need for manual updates.",
"main": "./dist/kinact.js",
"exports": {
"import": "./dist/kinact.js",
"require": "./dist/kinact.js",
"types": "./dist/types/kinact.d.ts"
},
"files": [
"dist"
],
"directories": {
"lib": "./dist/lib"
},
"preferGlobal": true,
"bin": {
"kinact": "./dist/bin/cli.js"
},
"repository": "https://github.com/darsan-in/kinact",
"bugs": {
"url": "https://github.com/darsan-in/kinact/issues"
},
"author": "DARSAN <[email protected]>",
"maintainers": [
"DARSAN <[email protected]>"
],
"license": "Apache-2.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"abuild": "tsc -p ./action"
},
"keywords": [
"github portfolio",
"real-time update",
"software engineer portfolio",
"web developer showcase",
"github data integration",
"project insights",
"zero cost hosting",
"search engine optimization",
"automatic updates",
"freelance portfolio",
"developer branding",
"recruiter attraction",
"entrepreneur networking",
"github actions",
"work experience",
"achievements display",
"dynamic portfolio",
"real-time github data",
"github pages deployment"
],
"dependencies": {
"@radix-ui/react-tabs": "1.1.0",
"@types/aos": "3.0.7",
"aos": "2.3.4",
"autoprefixer": "^10.4.19",
"favicons": "^7.2.0",
"lenis": "1.1.13",
"next": "14.2.4",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@octokit/rest": "^21.0.1",
"@octokit/types": "^13.5.0",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"lodash": "^4.17.21",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"homepage": "https://darsan.in"
}