2019-04-04 06:52:52 +02:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vuepress dev --debug",
|
|
|
|
"build": "vuepress build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-02 16:07:50 +02:00
|
|
|
"@silvanite/vuepress-plugin-tailwind": "^1.1.0",
|
|
|
|
"autoprefixer": "^9.6.1",
|
|
|
|
"postcss-import": "^12.0.1",
|
|
|
|
"tailwindcss": "^1.0.6",
|
|
|
|
"vuepress": "^1.0.0",
|
2019-04-04 06:52:52 +02:00
|
|
|
"webpack-dev-middleware": "3.6.0"
|
2019-11-05 06:43:32 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.7"
|
2019-04-04 06:52:52 +02:00
|
|
|
}
|
|
|
|
}
|