-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"scripts": {
"dev": "bundle exec foreman start"
},
"type": "module",
"packageManager": "yarn@4.14.1",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.19",
"netlify-cli": "25.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^6.4.2",
"vite-plugin-ruby": "^5.0.0",
"vite-svg-loader": "^5.1.0",
"wait-on": "^9.0.0"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.18.1",
"@algolia/autocomplete-plugin-tags": "^1.18.1",
"@algolia/autocomplete-preset-algolia": "^1.18.1",
"@datadog/browser-rum": "^6.7.0",
"@github/clipboard-copy-element": "^1.3.0",
"@kong/kongponents": "^9.14.24",
"@kong/sdk-portal-js": "^2.15.2",
"@kong/spec-renderer": "^1.95.8",
"@tailwindcss/forms": "^0.5.10",
"@vitejs/plugin-vue": "^5.1.2",
"algoliasearch": "^5.20.0",
"axios": "^1.7.4",
"instantsearch.css": "^8.5.1",
"mermaid": "^11.6.0",
"node-fetch": "^3.3.2",
"shiki": "^4.0.2",
"snowflake-sdk": "2.4.0",
"uuid": "^14.0.0",
"vue": "^3.4.38",
"vue-instantsearch": "^4.20.4"
}
}