2021-12-12 12:39:25 -05:00
|
|
|
{
|
|
|
|
"name": "nuxt-portfolio-dev",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
|
|
"lint": "yarn lint:js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
|
|
"@nuxtjs/sitemap": "^2.4.0",
|
|
|
|
"core-js": "^3.19.3",
|
|
|
|
"nuxt": "^2.15.7",
|
|
|
|
"prismjs": "^1.25.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@aceforth/nuxt-optimized-images": "^1.4.0",
|
|
|
|
"@babel/eslint-parser": "^7.14.7",
|
|
|
|
"@nuxtjs/color-mode": "^2.1.1",
|
|
|
|
"@nuxtjs/eslint-config": "^8.0.0",
|
|
|
|
"@nuxtjs/eslint-module": "^3.0.2",
|
|
|
|
"@nuxtjs/google-analytics": "^2.4.0",
|
|
|
|
"@nuxtjs/google-fonts": "^1.3.0",
|
|
|
|
"@nuxtjs/tailwindcss": "^4.2.0",
|
|
|
|
"eslint": "^8.4.1",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-nuxt": "^3.1.0",
|
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
|
|
"module-exists": "^0.4.0",
|
2021-12-13 00:13:03 -05:00
|
|
|
"node-sass": "^6.0.0",
|
2021-12-12 12:39:25 -05:00
|
|
|
"postcss": "^8.4.4",
|
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"raw-loader": "^4.0.2",
|
2021-12-13 00:13:03 -05:00
|
|
|
"sass-loader": "^10.1.1",
|
2021-12-12 12:39:25 -05:00
|
|
|
"vue-notion": "^1.3.0"
|
|
|
|
}
|
|
|
|
}
|