Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "dancefinder-app",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"author": "Joakim Olsson <joakim@unbound.se>",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"apollo-fetch": "^0.7.0",
|
||||
"auth0-js": "^9.9.0",
|
||||
"eslint": "^5.1.0",
|
||||
"eslint-plugin-vue": "^4.5.0",
|
||||
"iview": "^3.0.0",
|
||||
"lodash": "^4.17.10",
|
||||
"node-sass": "^4.9.0",
|
||||
"nuxt": "^2.0.0",
|
||||
"s-ago": "^1.3.0",
|
||||
"sass-loader": "^7.0.3",
|
||||
"vue": "^2.5.22",
|
||||
"vue-lazyload": "^1.2.6"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^3.1.0",
|
||||
"express-http-proxy": "^1.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user