popskip/package.json

23 lines
477 B
JSON

{
"name": "popskip",
"version": "1.0.0",
"description": "web app for damillora.com",
"author": "Damillora",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"nuxt": "^2.0.0",
"nuxt-fontawesome": "^0.4.0",
"tailwindcss-transitions": "^2.1.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^1.0.0"
}
}