-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"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 --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "latest",
"nuxt-directus": "^5.5.0",
"nuxt-meilisearch": "latest"
},
"dependencies": {
"@directus/sdk": "^11.0.1",
"@fortawesome/fontawesome-svg-core": "latest",
"@fortawesome/free-solid-svg-icons": "latest",
"@fortawesome/vue-fontawesome": "latest",
"@mdi/font": "^7.1.96",
"@nuxt/content": "latest",
"@nuxt/types": "^2.15.8",
"@nuxtjs/apollo": "next",
"@sidebase/core": "^0.1.4",
"@sidebase/nuxt-auth": "^0.3.3",
"@storyblok/nuxt": "^5.7.5",
"@tinymce/tinymce-vue": "latest",
"@types/cookie": "^0.5.1",
"@types/graphql": "^14.5.0",
"@types/node": "^18.11.18",
"@types/passport": "^1.0.11",
"graphql": "latest",
"sass": "^1.57.1",
"ts-node": "^10.9.1",
"vuetify": "latest"
}
}