documentation/package.json
Jakob Schrettenbrunner 2c28d06fcc added very basic custom theme
added tailwindcss support and configuration
added precss, autoprefixer and cssnano
based on default Vuepress theme -> loads of cleanup required
2018-07-26 01:01:53 +02:00

18 lines
389 B
JSON

{
"dependencies": {
"vuepress": "^0.12.0"
},
"scripts": {
"build": "./node_modules/vuepress/bin/vuepress.js build",
"watch": "./node_modules/vuepress/bin/vuepress.js dev"
},
"devDependencies": {
"autoprefixer": "^9.0.1",
"cssnano": "^4.0.3",
"lodash": "^4.17.10",
"postcss-import": "^11.1.0",
"precss": "^3.1.2",
"tailwindcss": "^0.6.4"
}
}