-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.58 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
{
"name": "starter-template",
"version": "1.0.0",
"description": "This is a template for the AlternateFramework.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"private": true,
"scripts": {
"alternate-commit": "git add . && git commit -m \"ready for update\"",
"alternate-update": "git pull \"https://github.com/Meeovi/AlternateCMS-Starter-Template\"",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.3.0",
"@nuxtjs/apollo": "next",
"@sidebase/nuxt-auth": "latest",
"graphql": "latest",
"nuxt": "latest",
"nuxt-meilisearch": "latest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@mdi/font": "^7.1.96",
"@meilisearch/instant-meilisearch": "latest",
"@sidebase/core": "^0.1.3",
"@tinymce/tinymce-vue": "latest",
"@types/graphql": "^14.5.0",
"cors": "^2.8.5",
"graphql-tag": "^2.12.6",
"inspirational-quotes": "^2.0.1",
"instantsearch.css": "^8.0.0",
"nuxt-directus": "latest",
"sass": "^1.57.0",
"ts-node": "^10.9.1",
"video.js": "^8.3.0",
"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": "latest",
"vuetify": "latest"
}
}