generated from Meeovi/Meeovi-Starter-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.26 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "shopncute",
"type": "module",
"version": "0.0.7",
"description": "This is a storefront for Medusa, Nuxtjs, and Algolia.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"homepage": "https://template.meeovi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Meeovi/cute-frontend"
},
"bugs": {
"url": "https://github.com/Meeovi/meeovi-frontend/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"m-commit": "git add . && git commit -m \"ready for update\"",
"m-update": "git pull \"https://github.com/Meeovi/cute-frontend\"",
"build": "prisma generate && nuxt build",
"dev": "nuxt dev --host 127.0.0.1 --port 3012",
"dev-ssl": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem --host 127.0.0.1 --port 3012",
"ts-node": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}'",
"generate": "nuxt generate",
"preview": "nuxt preview",
"analyze": "nuxi analyze",
"postinstall": "nuxt prepare",
"all": "npm-run-all --parallel dev start",
"lint": "eslint .",
"typecheck": "nuxt prepare && nuxi typecheck"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.18.0",
"@apollo/client": "^3.11.8",
"@directus/sdk": "^17.0.2",
"@directus/types": "^12.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@mdi/font": "^7.4.47",
"@nuxtjs/algolia": "^1.10.2",
"@nuxtjs/i18n": "^9.0.0",
"@nuxtjs/leaflet": "^1.2.6",
"@pinia/nuxt": "^0.5.4",
"@types/leaflet": "^1.9.14",
"@vue/apollo-composable": "^4.2.1",
"@vueuse/core": "^12.7.0",
"@vueuse/shared": "^12.5.0",
"algoliasearch": "^5.20.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"dotenv": "latest",
"dotenv-cli": "^7.3.0",
"graphql": "^16.9.0",
"instantsearch.css": "^8.5.1",
"instantsearch.js": "^4.77.3",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mvideoplayer": "^1.0.1",
"nuxt-security": "^2.1.5",
"pinia": "^2.3.1",
"videojs": "^1.0.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-instantsearch": "^4.20.4",
"vue-loader": "^17.2.2",
"vuetify": "^3.6.7"
},
"devDependencies": {
"@medusajs/types": "^2.5.0",
"@nuxt/image": "^1.3.0",
"@nuxtjs/tailwindcss": "6.8.0",
"@nuxtjs/turnstile": "^0.7.1",
"@storefront-ui/nuxt": "^2.5.2",
"@stripe/stripe-js": "2.1.7",
"@tinymce/tinymce-vue": "latest",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.6.0",
"@types/graphql": "^14.5.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.19",
"@types/uuid": "9.0.0",
"@vue/test-utils": "^2.4.6",
"cors": "^2.8.5",
"graphql-tag": "^2.12.6",
"nuxt": "^3.15.4",
"sass": "^1.77.8",
"stripe": "13.8.0",
"typescript": "^5.7.2",
"vite-plugin-vsharp": "^1.8.1",
"vitest": "^3.0.5"
},
"overrides": {
"vue": "3.5.11"
}
}