-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 6.51 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 6.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "Fleekxyz Website",
"type": "module",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/fleekxyz/fleekxyz-website.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf dist && npm run check:strict && npm run check:json && npm run build:static_assets",
"build:static_assets": "npx astro build && ./scripts/build/copy-video-content-src-to-dist && cp ./public/_redirects ./dist",
"preview": "./scripts/dev-build-preview",
"preview:astro": "astro preview",
"astro": "astro",
"clean": "rm -rf .astro node_modules/.vite",
"lint": "npm run lint:css",
"lint:css": "npx stylelint src/**/*.css",
"fmt": "npx prettier --write ./src ./Services ./scripts",
"fmt:check": "npx prettier --check ./src ./Services ./scripts",
"check:strict": "npx astro check --minimumFailingSeverity error --minimumSeverity error",
"check:json": "./scripts/validate-json.ts",
"check:markdown": "./scripts/check-markdown.ts",
"postinstall": "scripts/npm-postinstall",
"search:serve": "npm run clear:meili_data && ./Services/Search/dev.bash",
"search:index_all": "npm run search:index_blog && npm run search:index_docs && npm run search:index_guides && npm run search:index_troubleshooting && npm run search:index_changelog",
"search:index_blog": "./Services/Search/Indexer/indexation.ts \"blog\" \"fleekxyz_website_blog\"",
"search:index_docs": "./Services/Search/Indexer/indexation.ts \"docs\" \"fleekxyz_website_docs\"",
"search:index_guides": "./Services/Search/Indexer/indexation.ts \"guides\" \"fleekxyz_website_guides\"",
"search:index_troubleshooting": "./Services/Search/Indexer/indexation.ts \"troubleshooting\" \"fleekxyz_website_troubleshooting\"",
"search:index_changelog": "./Services/Search/Indexer/indexation.ts \"changelog\" \"fleekxyz_website_changelog\"",
"search:index_all_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_all",
"search:index_blog_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_blog",
"search:index_docs_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_docs",
"search:index_guides_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_guides",
"search:index_troubleshooting_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_troubleshooting",
"search:index_changelog_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_changelog",
"search:index_warn": "echo \"⚠️ For debugging production indexation based on local .env.production file!\" && sleep 3",
"search:delete_indexes": "npm run search:delete_index_blog && npm run search:delete_index_docs && npm run search:delete_index_guides && npm run search:delete_index_troubleshooting && npm run search:delete_index_guides && npm run search:delete_index_troubleshooting",
"search:delete_index_blog": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_blog\"",
"search:delete_index_docs": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_docs\"",
"search:delete_index_guides": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_guides\"",
"search:delete_index_troubleshooting": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_troubleshooting\"",
"search:delete_index_changelog": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_changelog\"",
"support:local_api": "npx bun ./Services/ZenDesk/api.ts",
"clear": "npm run clear:meili_data",
"clear:meili_data": "rm -rf meili_data",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.2",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@fleek-platform/agents-ui": "8.38.1",
"@fleek-platform/dashboard": "0.21.5",
"@fleek-platform/login-button": "2.16.0",
"@fleek-platform/sdk": "^3.6.2",
"@fleek-platform/utils-token": "^0.2.2",
"@hookform/resolvers": "^3.9.1",
"@meilisearch/instant-meilisearch": "^0.17.0",
"@microflash/remark-callout-directives": "^4.1.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "5.66.7",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"astro": "^4.15.3",
"class-variance-authority": "^0.7.0",
"framer-motion": "^12.6.3",
"hono": "^4.4.11",
"keen-slider": "^6.8.6",
"lite-youtube-embed": "^0.3.3",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.2",
"react": "^18.2.0",
"react-cookie": "^7.2.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.0",
"react-instantsearch": "^7.7.2",
"react-markdown": "^9.0.1",
"react-tooltip": "^5.26.3",
"rehype-pretty-code": "^0.13.1",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"swiper": "^11.1.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.6.1",
"@dotenvx/dotenvx": "^0.34.0",
"@hono/zod-validator": "^0.2.1",
"@types/bun": "^1.1.0",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.0.1",
"@types/node": "^20.12.4",
"@types/react-instantsearch-dom": "^6.12.7",
"bun": "^1.1.4",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"hono-rate-limiter": "^0.4.0",
"husky": "^9.0.11",
"instantsearch.js": "^4.67.0",
"meilisearch": "^0.38.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-html": "^16.0.1",
"remark-parse-frontmatter": "^1.0.3",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss-animate": "^1.0.7",
"vite-imagetools": "^6.0.0",
"zod": "^3.23.4"
},
"engines": {
"bun": ">=0.5.8",
"node": ">=18.18.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.2"
}
}