-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "portfolio",
"private": true,
"version": "2.1",
"description": "Automatically generates a responsive, static-site with the user’s Github projects.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": "Shaan Subbaiah <shaansubbaiah.cs18@bmsce.ac.in>",
"license": "MIT",
"dependencies": {
"@fontsource/poppins": "^4.5.10",
"canvas-confetti": "^1.6.0",
"masonry-layout": "^4.2.2"
},
"devDependencies": {
"axios": "^0.21.2",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"inquirer": "^9.1.4",
"markdown-it": "^12.3.2",
"sharp": "^0.30.2",
"vite": "^3.2.3",
"vite-plugin-handlebars": "^1.6.0"
}
}