api-client/package.json

22 lines
448 B
JSON
Raw Normal View History

2019-08-21 13:18:20 +00:00
{
2019-08-24 03:06:57 +00:00
"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"
}
2019-08-21 13:18:20 +00:00
}