Revert "Revert "Migrate Postwoman to Nuxt.js (full Vue and SCSS support)""

This commit is contained in:
Liyas Thomas
2019-08-24 22:09:29 +05:30
committed by GitHub
parent dbcd7442fe
commit b027eeb846
39 changed files with 12054 additions and 816 deletions

View File

@@ -1,18 +1,21 @@
{
"name": "Postwoman",
"repository": {
"type": "git",
"url": "https://github.com/liyasthomas/postwoman.git"
},
"description": "API request builder",
"author": "liyasthomas",
"version": "0.1.0",
"devDependencies": {
"http-server": "^0.11.1",
"jshint": "^2.10.2"
},
"scripts": {
"start": "http-server -c-1",
"test": "jshint travis.js"
}
"name": "postwoman",
"version": "1.0.0",
"description": "Lightweight API request builder by Liyas Thomas",
"author": "liyasthomas",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"nuxt": "^2.0.0",
"@nuxtjs/pwa": "^3.0.0-0"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1"
}
}