-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "packill-pile",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/vue": "^2.0.15",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@meilisearch/instant-meilisearch": "^0.13.0",
"@popperjs/core": "^2.11.7",
"@sentry/vue": "^7.52.1",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"@vueuse/router": "^10.1.2",
"axios": "^1.3.3",
"gsap": "^3.11.5",
"highlight.js": "^11.7.0",
"instantsearch.css": "^8.0.0",
"moment": "^2.29.4",
"pinia": "^2.0.30",
"qs": "^6.11.1",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-instantsearch": "^4.8.9",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.2.6",
"vite": "^4.0.0"
}
}