-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.76 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
{
"name": "dbconvert-streams-website-docs",
"version": "1.0.0",
"description": "DBConvert Stream website & docs",
"main": "index.js",
"author": "slotix <dm@slotix.sk>",
"license": "MIT",
"private": false,
"scripts": {
"docs:dev": "./node_modules/.bin/vitepress dev docs",
"docs:build": "rm -rf website/public/docs && NODE_OPTIONS='--no-warnings' vitepress build docs",
"docs:serve": "vitepress serve docs",
"site:dev": "cd website && NODE_OPTIONS='--no-warnings' nuxt dev",
"site:generate": "cd website && nuxt generate",
"site:preview": "cd website && nuxt preview",
"site:postinstall": "cd website && nuxt prepare",
"dev": "concurrently \"yarn docs:dev\" \"yarn site:dev\"",
"build": "yarn site:generate && yarn docs:build "
},
"devDependencies": {
"@nuxt/image": "^1.8.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.18",
"concurrently": "^9.1.0",
"flexsearch": "^0.7.43",
"markdown-it": "^14.1.0",
"postcss": "^8.4.35",
"sitemap": "^8.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.0",
"vite": "^6.0.3",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
},
"type": "module",
"dependencies": {
"@algolia/client-search": "^5.17.1",
"@nuxtjs/sitemap": "^7.0.0",
"@sendgrid/mail": "^8.1.4",
"@stripe/stripe-js": "^5.3.0",
"h3": "^1.6.0",
"nuxt": "^3.14.1592",
"nuxt-lucide-icons": "1.0.5",
"search-insights": "^2.17.3",
"vue-router": "^4.5.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"glob": "^9.0.0"
}
}