-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1.03 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
{
"name": "Raquibul",
"version": "0.0.1",
"description": "Porfolio of Raquib-ul Alam",
"main": "index.js",
"authors": {
"name": "Raquib-ul Alam",
"email": "[email protected]"
},
"repository": "https://github.com/alamkanak/alamkanak.github.io",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/plugin-medium-zoom": "^1.5.4",
"vuepress": "^1.5.3",
"vuepress-plugin-container": "^2.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"dotenv": "^8.2.0",
"vuepress-plugin-sitemap": "^2.3.1"
}
}