-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.45 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
{
"name": "starter-template",
"version": "0.0.4",
"description": "This is a template for my projects.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"homepage": "https://www.sebastianhilton.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Meeovi/Meeovi-Starter-Template"
},
"bugs": {
"url": "https://github.com/Meeovi/Meeovi-Starter-Template/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"starter-commit": "git add . && git commit -m \"ready for update\"",
"starter-update": "git pull \"https://github.com/Meeovi/Meeovi-Starter-Template\"",
"build": "nuxt build && mesh build",
"start": "mesh start --port 4001",
"dev": "nuxt dev",
"ts-node": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}'",
"generate": "nuxt generate",
"prebuild": "mesh build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"all": "npm-run-all --parallel start dev"
},
"devDependencies": {
"@nuxt/content": "latest",
"@nuxt/image": "^1.3.0",
"@nuxt/types": "latest",
"@nuxtjs/apollo": "next",
"@nuxtjs/turnstile": "^0.7.1",
"@tinymce/tinymce-vue": "latest",
"@types/graphql": "^14.5.0",
"@types/node": "^20.11.13",
"graphql": "^15.8.0",
"npm-run-all": "^4.1.5",
"nuxt": "latest",
"nuxt3-leaflet": "^1.0.12",
"sass": "^1.72.0",
"ts-node": "latest",
"typescript": "^5.4.3"
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@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/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@searchkit/instantsearch-client": "^4.13.0",
"@stripe/stripe-js": "^3.1.0",
"@vue/apollo-composable": "^4.0.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"cross-var": "^1.1.0",
"dotenv": "latest",
"dotenv-cli": "^7.3.0",
"graphql-tag": "^2.12.6",
"jquery": "latest",
"lodash-es": "latest",
"nuxt-directus": "^5.6.1",
"nuxt-gtag": "^1.1.2",
"nuxt-i18n": "latest",
"searchkit": "^4.12.0",
"stripe": "^14.23.0",
"vue-instantsearch": "^4.17.5",
"vuetify": "^3.6.7"
}
}