-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 973 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-multi-page",
"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": {
"@nuxt/image": "^1.4.0"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/prismic": "^3.1.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@slicemachine/adapter-nuxt": "^0.3.42",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"nuxt": "^3.8.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"slice-machine-ui": "^2.2.1"
}
}