barta-india.in-old/package.json

30 lines
746 B
JSON

{
"name": "barta-india.in",
"version": "2.0.0",
"description": "Barta india, news with views.",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.19.3",
"lite-youtube-embed": "^0.2.0",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-social-sharing": "^3.0.9",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.1",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3"
}
}