29 lines
698 B
JSON
Raw Normal View History

{
"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",
2020-09-27 21:05:58 +02:00
"node-sass": "^4.14.1",
"nuxt": "^2.14.5",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^3.0.2",
"stylelint": "^13.7.0",
"stylelint-config-standard": "^20.0.0"
}
2020-09-27 21:05:58 +02:00
}