mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-12 15:15:49 +00:00
adapt remark config and readme file to remark warnings
This commit is contained in:
parent
f26d55ff95
commit
80bdf90c9e
@ -10,7 +10,7 @@
|
||||
],
|
||||
[
|
||||
"remark-lint-list-item-indent",
|
||||
"space"
|
||||
"one"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,7 +35,7 @@ This projects utilizes `storybook` and `chromatic` to develop, document & test f
|
||||
The following commands are available:
|
||||
|
||||
| Command | Description |
|
||||
|-----------------------------|--------------------------------------------------|
|
||||
| --------------------------- | ------------------------------------------------ |
|
||||
| `npm install` | Project setup |
|
||||
| `npm run build` | Compiles and minifies for production |
|
||||
| `npm run server:prod` | Runs productions server |
|
||||
@ -108,7 +108,7 @@ npm install
|
||||
The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
|
||||
|
||||
| Endpoint | Description |
|
||||
|------------------------------------------------|---------------|
|
||||
| ---------------------------------------------- | ------------- |
|
||||
| [http://localhost:3000](http://localhost:3000) | Web |
|
||||
| [http://localhost:6006](http://localhost:6006) | Storybook |
|
||||
| [http://localhost:8080](http://localhost:8080) | Documentation |
|
||||
|
||||
9174
package-lock.json
generated
9174
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -65,7 +65,7 @@
|
||||
"@mdi/font": "^7.4.47",
|
||||
"@types/compression": "^1.7.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.12.5",
|
||||
"@types/node": "^20.12.7",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vue/compiler-sfc": "^3.4.21",
|
||||
"@vue/server-renderer": "3.4.21",
|
||||
@ -75,32 +75,32 @@
|
||||
"express": "^4.19.2",
|
||||
"pinia": "^2.1.7",
|
||||
"pinia-plugin-persistedstate": "^3.2.1",
|
||||
"sass": "^1.74.1",
|
||||
"sass-loader": "^14.1.1",
|
||||
"sass": "^1.75.0",
|
||||
"sass-loader": "^14.2.0",
|
||||
"sirv": "^2.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.4",
|
||||
"typescript": "^5.4.5",
|
||||
"vike": "^0.4.168",
|
||||
"vite": "^5.2.8",
|
||||
"vue": "3.4.21",
|
||||
"vue-i18n": "^9.11.0",
|
||||
"vuetify": "^3.5.14"
|
||||
"vue-i18n": "^9.12.0",
|
||||
"vuetify": "^3.5.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.2.0",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
||||
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
||||
"@pinia/testing": "^0.1.3",
|
||||
"@storybook/addon-essentials": "^8.0.6",
|
||||
"@storybook/addon-interactions": "^8.0.6",
|
||||
"@storybook/addon-links": "^8.0.6",
|
||||
"@storybook/blocks": "^8.0.6",
|
||||
"@storybook/addon-essentials": "^8.0.8",
|
||||
"@storybook/addon-interactions": "^8.0.8",
|
||||
"@storybook/addon-links": "^8.0.8",
|
||||
"@storybook/blocks": "^8.0.8",
|
||||
"@storybook/test-runner": "^0.17.0",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@storybook/vue3": "^8.0.6",
|
||||
"@storybook/vue3-vite": "^8.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
||||
"@typescript-eslint/parser": "^7.5.0",
|
||||
"@vitest/coverage-v8": "^1.4.0",
|
||||
"@storybook/vue3": "^8.0.8",
|
||||
"@storybook/vue3-vite": "^8.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
||||
"@typescript-eslint/parser": "^7.6.0",
|
||||
"@vitest/coverage-v8": "^1.5.0",
|
||||
"@vue/test-utils": "^2.4.5",
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.9",
|
||||
"chromatic": "^11.3.0",
|
||||
@ -115,19 +115,19 @@
|
||||
"eslint-plugin-security": "^2.1.1",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
"eslint-plugin-vitest": "^0.4.1",
|
||||
"eslint-plugin-vue": "^9.24.0",
|
||||
"eslint-plugin-vuetify": "^2.2.0",
|
||||
"eslint-plugin-vue": "^9.24.1",
|
||||
"eslint-plugin-vuetify": "^2.3.0",
|
||||
"eslint-plugin-yml": "^1.14.0",
|
||||
"happy-dom": "^14.7.0",
|
||||
"happy-dom": "^14.7.1",
|
||||
"prettier": "^3.2.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remark-cli": "^12.0.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-preset-lint-consistent": "^5.1.2",
|
||||
"remark-preset-lint-markdown-style-guide": "^5.1.3",
|
||||
"remark-preset-lint-recommended": "^6.1.3",
|
||||
"storybook": "^8.0.6",
|
||||
"remark-preset-lint-consistent": "^6.0.0",
|
||||
"remark-preset-lint-markdown-style-guide": "^6.0.0",
|
||||
"remark-preset-lint-recommended": "^7.0.0",
|
||||
"storybook": "^8.0.8",
|
||||
"stylelint": "^16.3.1",
|
||||
"stylelint-config-css-modules": "^4.4.0",
|
||||
"stylelint-config-recess-order": "^5.0.0",
|
||||
@ -138,7 +138,7 @@
|
||||
"vite-plugin-checker": "^0.6.4",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vitest": "^1.4.0",
|
||||
"vitest": "^1.5.0",
|
||||
"vue-tsc": "^1.8.27",
|
||||
"vuepress": "^2.0.0-rc.9"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user