forked from fleek-platform/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 4.87 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
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
{
"name": "Fleekxyz Website",
"type": "module",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/fleekxyz/fleekxyz-website.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npm run check:strict && npm run check:json && astro build",
"preview": "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",
"fmt:check": "npx prettier --check ./src",
"check:strict": "npx astro check --minimumFailingSeverity error --minimumSeverity error",
"check:json": "./scripts/validate-json.ts",
"check:markdown": "./scripts/check-markdown.ts",
"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_references",
"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_references": "./Services/Search/Indexer/indexation.ts \"references\" \"fleekxyz_website_references\"",
"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_references_prod_debug": "npm run search:index_warn && npx dotenvx run -f .env.production -- npm run search:index_references",
"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_references && npm run search:delete_index_guides && npm run search:delete_index_references",
"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_references": "./Services/Search/Indexer/indexDelete.ts \"fleekxyz_website_references\"",
"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",
"@fleekxyz/sdk": "^0.7.3",
"@meilisearch/instant-meilisearch": "^0.17.0",
"@microflash/remark-callout-directives": "^4.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"astro": "^4.7.1",
"framer-motion": "^11.0.24",
"hono": "^4.2.7",
"lodash-es": "^4.17.21",
"pixi.js": "^7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.0",
"react-instantsearch": "^7.7.2",
"react-tooltip": "^5.26.3",
"rehype-pretty-code": "^0.13.1",
"remark-directive": "^3.0.0",
"swiper": "^11.1.0",
"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",
"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",
"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",
"vite-imagetools": "^6.0.0",
"zod": "^3.23.4"
},
"engines": {
"bun": ">=0.5.8",
"node": ">=18.18.2"
}
}