mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
100 lines
2.7 KiB
JSON
100 lines
2.7 KiB
JSON
{
|
|
"name": "gancio",
|
|
"version": "0.12.3",
|
|
"description": "A shared agenda for local communities",
|
|
"author": "lesion",
|
|
"scripts": {
|
|
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev",
|
|
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
|
"build": "nuxt build",
|
|
"start": "cross-env sequelize db:migrate && NODE_ENV=production node server/cli.js",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"doc": "cd docs && bundle exec jekyll b",
|
|
"migrate:dev": "sequelize db:migrate",
|
|
"migrate": "NODE_ENV=production sequelize db:migrate"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"email": "lesion@autistici.org",
|
|
"url": "https://git.lattuga.net/cisti/gancio/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.lattuga.net/cisti/gancio.git"
|
|
},
|
|
"bin": {
|
|
"gancio": "server/cli.js"
|
|
},
|
|
"files": [
|
|
"server/",
|
|
"nuxt.config.js",
|
|
"static/",
|
|
"views/",
|
|
"locales/email/",
|
|
"store/",
|
|
"config/",
|
|
".nuxt/"
|
|
],
|
|
"dependencies": {
|
|
"@nuxtjs/auth": "^4.6.5",
|
|
"@nuxtjs/axios": "^5.5.3",
|
|
"accept-language": "^3.0.18",
|
|
"axios": "^0.19.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.18.3",
|
|
"bootstrap": "^4.3.1",
|
|
"config": "^3.2.0",
|
|
"consola": "^2.9.0",
|
|
"cookie-parser": "^1.4.4",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^5.2.0",
|
|
"dayjs": "^1.8.15",
|
|
"element-ui": "^2.9.1",
|
|
"email-templates": "^6.0.0",
|
|
"express": "^4.17.1",
|
|
"express-jwt": "^5.3.1",
|
|
"http-signature": "^1.2.0",
|
|
"ics": "^2.15.1",
|
|
"inquirer": "^6.5.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"less": "^3.9.0",
|
|
"lodash": "^4.17.14",
|
|
"mkdirp": "^0.5.1",
|
|
"morgan": "^1.9.1",
|
|
"multer": "^1.4.2",
|
|
"node-fetch": "^2.6.0",
|
|
"nuxt": "^2.8.1",
|
|
"pg": "^7.11.0",
|
|
"sass-loader": "^7.1.0",
|
|
"sequelize": "^5.10.1",
|
|
"sequelize-cli": "^5.4.0",
|
|
"sharp": "^0.22.0",
|
|
"sqlite3": "^4.0.8",
|
|
"v-calendar": "^1.0.0-beta.14",
|
|
"vue-awesome": "^3.5.3",
|
|
"vue-clipboard2": "^0.3.0",
|
|
"vue-i18n": "^8.12.0",
|
|
"yargs": "^13.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config": "^1.0.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-config-standard": ">=13.0.1",
|
|
"eslint-loader": "^2.2.1",
|
|
"eslint-plugin-import": ">=2.17.3",
|
|
"eslint-plugin-jest": ">=22.11.1",
|
|
"eslint-plugin-node": ">=9.1.0",
|
|
"eslint-plugin-nuxt": ">=0.4.2",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"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",
|
|
"webpack-cli": "^3.3.6"
|
|
}
|
|
}
|