53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "dancefinder-app",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"author": "Joakim Olsson <joakim@unbound.se>",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@nuxtjs/moment": "^1.1.0",
|
|
"apollo-link": "^1.2.6",
|
|
"apollo-link-error": "^1.1.5",
|
|
"apollo-link-http": "^1.5.9",
|
|
"auth0-js": "^9.9.0",
|
|
"eslint": "^5.1.0",
|
|
"eslint-plugin-vue": "^4.5.0",
|
|
"graphql": "^14.1.1",
|
|
"graphql-tag": "^2.10.1",
|
|
"lodash": "^4.17.10",
|
|
"mem": "^4.0.0",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.12.0",
|
|
"nuxt": "^2.0.0",
|
|
"s-ago": "^1.3.0",
|
|
"sass-loader": "^7.0.3",
|
|
"vue": "^2.5.22",
|
|
"vue-lazyload": "^1.2.6",
|
|
"vue-numeral-filter": "^1.1.1",
|
|
"vuetify": "^1.4.2",
|
|
"snyk": "^1.230.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development node server/index.js",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"lint": "echo NYI",
|
|
"precommit": "yarn lint",
|
|
"prepush": "yarn test",
|
|
"start": "node server/index.js",
|
|
"start:ci": "NODE_ENV=production CI=true node server/index.js",
|
|
"test:cypress": "cypress run",
|
|
"wait": "wait-on http://localhost:3000",
|
|
"snyk-protect": "snyk protect",
|
|
"prepublish": "npm run snyk-protect"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^3.1.0",
|
|
"express-http-proxy": "^1.5.0",
|
|
"wait-on": "^3.2.0"
|
|
},
|
|
"snyk": true
|
|
}
|