This commit is contained in:
lesion
2019-06-07 15:13:06 +02:00
parent 3ca818f016
commit 7455553129

View File

@@ -1,9 +1,8 @@
{ {
"name": "gancio", "name": "gancio",
"version": "1.0.0", "version": "0.9.3",
"description": "My well-made Nuxt.js project", "description": "My well-made Nuxt.js project",
"author": "lesion", "author": "lesion",
"private": true,
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server", "dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build", "build": "nuxt build",
@@ -12,8 +11,15 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint" "precommit": "npm run lint"
}, },
"bin": {
"gancio": "server/index.js"
},
"files": [
"server/*",
"nuxt.config.js",
"dist/*"
],
"dependencies": { "dependencies": {
"@nuxt/babel-preset-app": "^2.8.1",
"@nuxtjs/auth": "^4.6.5", "@nuxtjs/auth": "^4.6.5",
"@nuxtjs/axios": "^5.5.3", "@nuxtjs/axios": "^5.5.3",
"axios": "^0.19.0", "axios": "^0.19.0",
@@ -29,10 +35,8 @@
"express": "^4.17.1", "express": "^4.17.1",
"express-jwt": "^5.3.1", "express-jwt": "^5.3.1",
"ics": "^2.13.2", "ics": "^2.13.2",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"less": "^3.9.0", "less": "^3.9.0",
"less-loader": "^5.0.0",
"mastodon-api": "^1.3.0", "mastodon-api": "^1.3.0",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"multer": "^1.4.1", "multer": "^1.4.1",
@@ -44,9 +48,7 @@
"sqlite3": "^4.0.8", "sqlite3": "^4.0.8",
"v-calendar": "^1.0.0-beta.14", "v-calendar": "^1.0.0-beta.14",
"vue-awesome": "^3.5.3", "vue-awesome": "^3.5.3",
"vue-custom-element": "^3.2.7", "vue-i18n": "^8.10.0"
"vue-i18n": "^8.10.0",
"vuex-persist": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1", "@nuxtjs/eslint-config": "^0.0.1",
@@ -63,6 +65,7 @@
"eslint-plugin-promise": ">=4.0.1", "eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0", "eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2", "eslint-plugin-vue": "^5.2.2",
"less-loader": "^5.0.0",
"nodemon": "^1.19.1", "nodemon": "^1.19.1",
"prettier": "^1.17.1", "prettier": "^1.17.1",
"pug-plain-loader": "^1.0.0", "pug-plain-loader": "^1.0.0",