-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "nuxt-starter-prismic-multi-language",
"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.1",
"@fontsource/libre-baskerville": "^5.1.1",
"flag-icons": "^7.3.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.5",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/prismic": "^4.0.0",
"@nuxtjs/tailwindcss": "^6.13.1",
"@slicemachine/adapter-nuxt": "^0.3.64",
"@tailwindcss/aspect-ratio": "^0.4.2",
"concurrently": "^9.1.2",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"slice-machine-ui": "^2.12.2"
}
}