-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.07 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
{
"name": "nils-kolvenbach-website",
"version": "0.1.0",
"repository": "[email protected]:Nils-Kolvenbach/website.git",
"author": "Nils Kolvenbach <[email protected]>",
"license": "MIT",
"scripts": {
"build": "vuepress build src",
"serve": "vuepress dev src"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@vuepress/plugin-active-header-links": "^1.4.0",
"@vuepress/plugin-pwa": "^1.4.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-footnote": "^3.0.2",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vuepress": "^1.4.0",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-medium-zoom": "^1.1.8",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-smooth-scroll": "^0.0.9"
},
"dependencies": {}
}