-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
50 lines (50 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
50
{
"name": "vue-salt-rim",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --fix --ext .js,.vue src",
"test": "vitest",
"gen": "npx openapi-typescript ./spec.yml -o ./src/api/api.d.ts"
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@meilisearch/instant-meilisearch": "^1.0.0",
"@paddle/paddle-js": "^1.2.1",
"@types/sortablejs": "^1.15.8",
"@vueuse/core": "^11.0.3",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.7",
"format-quantity": "^3.0.0",
"html-to-image": "^1.11.11",
"micromark": "^4.0.0",
"numeric-quantity": "^2.0.1",
"openapi-fetch": "^0.11.1",
"plausible-tracker": "^0.3.8",
"qrcode-vue3": "^1.6.8",
"remove-markdown": "^0.5.0",
"slug": "^8.2.3",
"sortablejs": "^1.15.0",
"swiper": "^11.0.0",
"thumbhash": "^0.1.1",
"vue": "^3.2.40",
"vue-i18n": "^10.0.0",
"vue-instantsearch": "^4.6.0",
"vue-router": "^4.1.5",
"vue-toast-notification": "^3.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"openapi-typescript": "^7.3.0",
"typescript": "^5.5.4",
"vite": ">=5.4.6",
"vite-plugin-pwa": "^0.17.4",
"vitest": "^2.0.5"
}
}