mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-03-01 12:44:23 +00:00
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "it4c.dev",
|
|
"version": "1.0.0",
|
|
"description": "The IT4C.dev website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "vuepress build docs",
|
|
"dev": "vuepress dev docs",
|
|
"dev-prod": "npm run build && http-server ./docs/.vuepress/dist",
|
|
"test": "textlint \"*.md\" \"docs/**/*.md\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
|
|
},
|
|
"author": "Ulf Gebhardt",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/IT4Change/IT4C.dev/issues"
|
|
},
|
|
"homepage": "https://github.com/IT4Change/IT4C.dev#readme",
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.5",
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.20",
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.82",
|
|
"http-server": "^14.1.1",
|
|
"sass-embedded": "^1.86.0",
|
|
"tailwindcss": "^4.0.5",
|
|
"textlint": "^14.5.0",
|
|
"textlint-filter-rule-comments": "^1.2.2",
|
|
"textlint-rule-apostrophe": "^3.0.0",
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
"textlint-rule-doubled-spaces": "^1.0.2",
|
|
"textlint-rule-max-comma": "^4.0.0",
|
|
"textlint-rule-no-dead-link": "^5.2.0",
|
|
"textlint-rule-no-empty-element": "^0.3.1",
|
|
"textlint-rule-no-empty-section": "^1.1.0",
|
|
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
|
"textlint-rule-no-todo": "^2.0.1",
|
|
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
|
"textlint-rule-period-in-list-item": "^1.0.1",
|
|
"textlint-rule-write-good": "^2.0.0",
|
|
"vuepress": "^2.0.0-rc.20",
|
|
"vuepress-plugin-imagemin": "^0.1.2",
|
|
"vuepress-theme-hope": "^2.0.0-rc.74"
|
|
}
|
|
}
|