-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "liquid-sandbox-nuxt-tailwind",
"description": "This small sandbox app demonstrates Liquid Oxygen used in combination with Nuxt, Typescript and Tailwind CSS.",
"repository": {
"type": "git",
"url": "git@github.com:emdgroup-liquid/liquid-sandbox-nuxt-tailwind.git"
},
"author": "User Experience Strategy & Design unit, part of EMD Group <liquid@emdgroup.com> (https://github.com/emdgroup-liquid)",
"license": "UNLICENSED",
"scripts": {
"start": "nuxt build && nuxt preview",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@emdgroup-liquid/liquid": "^5.3.1",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.2.0",
"@rushstack/eslint-patch": "^1.1.4",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.3.0",
"nuxt": "3.0.0",
"prettier": "^2.7.1",
"rollup-plugin-copy": "^3.4.0"
},
"stackblitz": {
"startCommand": "npm start"
}
}