Files
dancefinder-app/package.json
T

54 lines
1.4 KiB
JSON
Raw Normal View History

2019-01-15 13:21:24 +01:00
{
"name": "dancefinder-app",
"version": "1.0.0",
"engines": {
"node": ">=10"
},
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"dependencies": {
2019-02-04 08:56:55 +01:00
"@nuxtjs/moment": "^1.1.0",
"apollo-link": "^1.2.6",
"apollo-link-error": "^1.1.5",
"apollo-link-http": "^1.5.9",
2019-01-15 13:21:24 +01:00
"auth0-js": "^9.9.0",
"eslint": "^5.1.0",
"eslint-plugin-vue": "^4.5.0",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
2019-01-15 13:21:24 +01:00
"lodash": "^4.17.10",
2019-01-25 09:05:11 +01:00
"mem": "^4.0.0",
2019-02-04 08:27:13 +01:00
"moment": "^2.24.0",
2019-10-04 07:03:09 +02:00
"node-sass": "^4.12.0",
2019-01-15 13:21:24 +01:00
"nuxt": "^2.0.0",
"s-ago": "^1.3.0",
"sass-loader": "^7.0.3",
"snyk": "^1.258.2",
2019-01-15 13:21:24 +01:00
"vue": "^2.5.22",
2019-01-21 20:58:25 +01:00
"vue-lazyload": "^1.2.6",
"vue-numeral-filter": "^1.1.1",
2019-11-02 17:50:53 +01:00
"vuetify": "^2.1.9"
2019-01-15 13:21:24 +01:00
},
"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": "yarn run snyk-protect"
2019-01-15 13:21:24 +01:00
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.9.0",
2019-01-15 13:21:24 +01:00
"cypress": "^3.1.0",
2019-01-15 13:44:23 +01:00
"express-http-proxy": "^1.5.0",
"wait-on": "^3.2.0"
},
"snyk": true
2019-01-15 13:21:24 +01:00
}