-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
{
"name": "github-projects-showcase",
"version": "1.0.0",
"description": "A customizable template to showcase GitHub projects from any organization",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fetch-data": "node scripts/fetch-github-data.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@primer/octicons-react": "^19.15.1",
"antd": "^5.24.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.14.1",
"react-tooltip": "^5.28.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.1",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"vite": "^4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/INESCTEC/github-projects-showcase.git"
},
"keywords": [
"github",
"projects",
"showcase",
"template",
"react",
"tailwindcss",
"inesctec"
],
"author": "Your Name",
"license": "MIT",
"bugs": {
"url": "https://github.com/INESCTEC/github-projects-showcase/issues"
},
"homepage": "https://github.com/INESCTEC/github-projects-showcase#readme"
}