-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.6 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "discue-io-api-docs",
"version": "0.7.0",
"description": "Documentation module of discue.io: A secure and reliable messaging and queueing service.",
"main": "index.js",
"private": true,
"type": "module",
"scripts": {
"docs:serve": "nodemon --ext md,vue,js,scss --ignore docs/.vuepress/.cache --ignore docs/.vuepress/.temp --watch docs/ --watch styles --exec npm run docs:dev",
"docs:dev": "npm run docs:styles && npx vuepress dev docs",
"docs:build": "npm run docs:styles && vuepress build docs",
"docs:styles": "postcss styles/styles.scss -o docs/.vuepress/styles/index.scss",
"release": "standard-version && git push --follow-tags origin main",
"release-minor": "standard-version --release-as minor && git push --follow-tags origin main"
},
"keywords": [],
"author": "Stefan Pfaffel",
"license": "MIT",
"devDependencies": {
"@discue/ui-components": "^1.7.0",
"@discue/vuepress-plugin-outline": "^0.6.0",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@vuepress/bundler-vite": "^2.0.0-rc.27",
"@vuepress/markdown": "2.0.0-rc.27",
"@vuepress/plugin-shiki": "2.0.0-rc.126",
"@vuepress/theme-default": "2.0.0-rc.126",
"firebase-tools": "^15.1.0",
"markdown-it-attrs": "^4.3.1",
"nodemon": "^3.1.11",
"pascal-case": "^4.0.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"sass-embedded": "^1.97.3",
"snake-case": "^4.0.0",
"standard-version": "^9.5.0",
"tailwindcss": "^4.1.17",
"yaml": "^2.8.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.60.1"
}
}