-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "client",
"version": "1.0.0",
"description": "Client of a node.js server for mtgAPI",
"author": "Andreas Halvorsen Tollånes",
"private": true,
"scripts": {
"dev": "nodemon --watch api --exec nuxt",
"build": "nuxt build",
"start": "nuxt build && nuxt start",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/style-resources": "^1.0.0",
"@vue/cli": "^4.2.2",
"add": "^2.0.6",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.2.5",
"connect-mongo": "^3.2.0",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs-extra": "^8.1.0",
"jwt-simple": "^0.5.6",
"mongoose": "^5.9.1",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"nodemailer": "^6.4.2",
"nodemailer-express-handlebars": "^3.1.0",
"nodemon": "^2.0.2",
"nuxt": "^2.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"yarn": "^1.22.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"node-sass": "^4.13.1",
"prettier": "^1.16.4",
"sass-loader": "^8.0.2"
}
}