24 lines
589 B
JSON
24 lines
589 B
JSON
|
{
|
||
|
"name": "tubio-frontend-nuxt-app",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start",
|
||
|
"generate": "nuxt generate",
|
||
|
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
|
||
|
"lint": "yarn lint:style"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@nuxtjs/axios": "^5.12.2",
|
||
|
"core-js": "^3.6.5",
|
||
|
"nuxt": "^2.14.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@nuxtjs/stylelint-module": "^4.0.0",
|
||
|
"@nuxtjs/tailwindcss": "^3.0.2",
|
||
|
"stylelint": "^13.7.0",
|
||
|
"stylelint-config-standard": "^20.0.0"
|
||
|
}
|
||
|
}
|