45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"name": "theme",
|
|
"version": "0.0.1",
|
|
"description": "The Hugo theme of the Pulumi website.",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@algolia/autocomplete-js": "^1.9.2",
|
|
"@algolia/autocomplete-plugin-recent-searches": "^1.9.2",
|
|
"@algolia/autocomplete-plugin-tags": "^1.9.2",
|
|
"@algolia/autocomplete-theme-classic": "^1.9.2",
|
|
"@types/marked": "^4.0.8",
|
|
"algoliasearch": "^4.17.0",
|
|
"clipboard-polyfill": "^3.0.3",
|
|
"marked": "^4.3.0",
|
|
"tailwindcss": "^2.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^4.0.3",
|
|
"@types/jquery": "^3.5.6",
|
|
"autoprefixer": "^10.3.3",
|
|
"concurrently": "^6.2.1",
|
|
"css-loader": "^6.2.0",
|
|
"cssnano": "^5.0.8",
|
|
"mini-css-extract-plugin": "^2.2.1",
|
|
"postcss": "^8.3.6",
|
|
"postcss-loader": "^6.1.1",
|
|
"prettier": "2.5.1",
|
|
"sass": "^1.38.2",
|
|
"sass-loader": "^12.1.0",
|
|
"terser-webpack-plugin": "^5.2.0",
|
|
"ts-loader": "^9.2.5",
|
|
"typescript": "^3.9.0",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-shell-plugin-next": "^2.2.2"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run webpack --mode production",
|
|
"start": "yarn run concurrently 'yarn --cwd stencil run start' 'yarn run webpack --watch' --raw --kill-others",
|
|
"lint": "prettier --check .",
|
|
"lint-fix": "prettier --write ."
|
|
}
|
|
}
|