-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 904 Bytes
/
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
{
"scripts": {
"dev": "bundle exec foreman start"
},
"type": "module",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.19",
"netlify-cli": "^18.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.4.6",
"vite-plugin-ruby": "^5.0.0",
"wait-on": "^8.0.1"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.18.1",
"@algolia/autocomplete-plugin-tags": "^1.18.1",
"@algolia/autocomplete-preset-algolia": "^1.18.1",
"@kong/kongponents": "^9.14.24",
"@kong/sdk-portal-js": "^2.15.2",
"@kong/spec-renderer": "^1.88.0",
"@vitejs/plugin-vue": "^5.1.2",
"algoliasearch": "^5.20.0",
"axios": "^1.7.4",
"instantsearch.css": "^8.5.1",
"vue": "^3.4.38",
"vue-instantsearch": "^4.20.4"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
}
}