-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "nuxt-starter-prismic-minimal",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <[email protected]> (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 ."
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/prismic": "^3.1.0",
"@slicemachine/adapter-nuxt": "^0.3.24",
"@types/three": "^0.158.3",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"nuxt": "^3.8.0",
"nuxt-gtag": "^1.1.2",
"postcss": "^8.4.31",
"slice-machine-ui": "^1.19.2",
"tailwindcss": "^3.3.5",
"three": "^0.158.0"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"python": "^0.0.4"
}
}