-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.91 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "bergflix-rewrite",
"version": "1.1.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"types": "strapi-generate-types quickgen https://api.bergflix.de/ -p ./src/models/",
"lint": "eslint src/**/*.{ts,js,vue}",
"prepare": "husky install",
"bump": "changelogen --bump",
"release": "changelogen --release"
},
"type": "module",
"repository": "github:bergflix-remake/frontend",
"devDependencies": {
"@anniken/strapi-sdk-js": "^2.4.0",
"@heroicons/vue": "1",
"@meilisearch/instant-meilisearch": "^0.18.1",
"@rushstack/eslint-patch": "^1.10.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"algoliasearch": "^4.24.0",
"autoprefixer": "^10.4.19",
"changelogen": "^0.5.5",
"eslint": "8",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"react-query": "^3.39.3",
"strapi-generate-types": "^1.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-rewrite-all": "^1.0.2",
"vue": "^3.4.31",
"vue-eslint-parser": "^9.4.3",
"vue-instantsearch": "^4.17.5",
"vue-plyr": "^7.0.0",
"vue-query": "^1.26.0",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.22",
"vue3-lazyload": "^0.3.8",
"vuex": "^4.1.0"
},
"dependencies": {
"@types/crypto-js": "^4.2.2",
"crypto-js": "^4.2.0",
"vue-confetti": "^2.3.0"
}
}