Put external dependencies into dedicated directories
This commit is contained in:
24
tubio-frontend-nuxt-app/package.json
Normal file
24
tubio-frontend-nuxt-app/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user