generated from Meeovi/Meeovi-Starter-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 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
{
"name": "alternate-template",
"version": "0.0.4",
"description": "This is a template for the Meeovi.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"homepage": "https://www.meeovi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Meeovi/meeovi-frontend"
},
"bugs": {
"url": "https://github.com/Meeovi/meeovi-frontend/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"alternate-commit": "git add . && git commit -m \"ready for update\"",
"alternate-update": "git pull \"https://github.com/Meeovi/meeovi-frontend\"",
"build": "nuxt build && mesh build",
"start": "mesh start --port 4001",
"dev": "nuxt dev --port 3011",
"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": "^2.3.0",
"@sidebase/nuxt-auth": "^0.3.3",
"@types/node": "^16.11.10",
"graphql": "^15.8.0",
"npm-run-all": "^4.1.5",
"nuxt": "latest",
"nuxt-meilisearch": "^0.1.7",
"typescript": "4.5.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@graphile-contrib/pg-many-to-many": "^1.0.2",
"@graphql-mesh/cli": "^0.82.30",
"@graphql-mesh/graphql": "^0.34.13",
"@graphql-mesh/postgraphile": "^0.22.20",
"@huntersofbook/naive-ui-nuxt": "^0.5.1",
"@mdi/font": "^7.1.96",
"@meilisearch/instant-meilisearch": "^0.10.1",
"@nuxt/types": "^2.15.8",
"@sidebase/core": "^0.1.3",
"@tinymce/tinymce-vue": "^4.0.7",
"@types/graphql": "^14.5.0",
"graphql-tag": "^2.12.6",
"instantsearch.css": "^8.0.0",
"jquery": "^3.6.3",
"keycloak-nuxt-auth-module": "^4.8.4",
"nuxt-directus": "^5.1.1",
"nuxt-graphql-client": "^0.2.27",
"nuxt-security": "^0.10.1",
"sass": "^1.57.0",
"ts-node": "^10.9.1",
"video.js": "^8.0.4",
"videojs-contrib-ads": "^7.1.0",
"videojs-contrib-quality-levels": "^3.0.0",
"videojs-share": "^3.2.1",
"vue-chartjs": "^5.2.0",
"vue-instantsearch": "^4.8.1",
"vuetify": "^3.0.5"
}
}