-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1.46 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"@appbaseio/reactivesearch-vue": "https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=fixes&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es",
"@babel/core": "^7.23.9",
"@hotwired/turbo": "^8.0.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue2": "^2.2.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^10.11.0",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"graphql-combine-query": "indykoning/graphql-combine-query#feature/add-allowed-duplicates",
"graphql-tag": "^2.12.6",
"laravel-vite-plugin": "^1.0.5",
"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.3.3",
"universal-cookie": "^7.1.4",
"vite": "^5.0",
"vue": "^2.7",
"vue-clickaway": "^2.2.2",
"vue-cookies": "^1.8.2",
"vue-template-compiler": "^2.7.14",
"vue-turbolinks": "^2.2.2"
},
"dependencies": {}
}