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