-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
33 lines (33 loc) · 1011 Bytes
/
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
{
"name": "nuxt-starter-prismic-blog",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <contact@prismic.io> (https://prismic.io)",
"scripts": {
"dev": "concurrently \"npm:nuxt:dev\" \"npm:slicemachine\" --names \"nuxt,slicemachine\" --prefix-colors green,magenta",
"nuxt:dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"slicemachine": "start-slicemachine",
"lint": "eslint ."
},
"dependencies": {
"@fontsource/inter": "^5.1.0",
"@fontsource/libre-baskerville": "^5.1.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/prismic": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@slicemachine/adapter-nuxt": "^0.3.49",
"@tailwindcss/aspect-ratio": "^0.4.2",
"concurrently": "^9.0.1",
"eslint": "^8.57.1",
"nuxt": "^3.13.2",
"slice-machine-ui": "^2.7.1"
}
}