mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
added tailwindcss support and configuration added precss, autoprefixer and cssnano based on default Vuepress theme -> loads of cleanup required
18 lines
389 B
JSON
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"
|
|
}
|
|
}
|