-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.67 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.67 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
{
"name": "@rapidez/core",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.2",
"@babel/core": "^7.23.9",
"@hotwired/turbo": "^8.0.2",
"@playwright/test": "^1.53.0",
"@searchkit/instantsearch-client": "^4.14.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^24.0.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vueuse/core": "^13.6.0",
"@vueuse/integrations": "^13.6.0",
"@vueuse/components": "^13.6.0",
"autoprefixer": "^10.4.15",
"cross-env": "^10.0.0",
"dotenv": "^17.2.0",
"graphql": "^16.8.1",
"graphql-combine-query": "indykoning/graphql-combine-query#feature/add-allowed-duplicates",
"graphql-tag": "^2.12.6",
"instantsearch.js": "^4.79.2",
"laravel-vite-plugin": "^2.0.0",
"lighthouse": "^12.8.2",
"playwright-lighthouse": "^4.0.0",
"postcss": "^8.4.29",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.0",
"rollup": "^4.24.0",
"rollup-plugin-visualizer": "^5.9.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4",
"universal-cookie": "^7.1.4",
"vite": "^7.0",
"vue": "^3.5.23",
"vue3-click-away": "^1.2.4",
"vue-cookies": "^1.8.2",
"vue-instantsearch": "^4.19.13",
"vue-turbolinks": "^2.2.2"
},
"dependencies": {},
"workspaces": [
"vendor/rapidez/*"
]
}