-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "photos",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Filtr",
"cordovaId": "org.cordova.quasar.app",
"author": "alex-phillips <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"migrate": "./node_modules/sequelize-cli/lib/sequelize db:migrate",
"scan": "node scanner",
"dev": "quasar dev",
"server": "node server/app.js"
},
"dependencies": {
"@quasar/extras": "^1.8.1",
"axios": "^0.18.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"exif-parser": "^0.1.12",
"express": "^4.17.0",
"fluent-ffmpeg": "^2.1.2",
"jsonwebtoken": "^8.5.1",
"justified-layout": "^2.1.2",
"mmmagic": "^0.5.3",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"quasar": "^1.11.1",
"sequelize": "^5.8.12",
"sharp": "^0.22.1",
"socket.io": "^2.2.0",
"sqlite3": "^4.0.9",
"video.js": "^7.5.5",
"vue-lazyload": "^1.3.0",
"vue-resize": "^0.4.5",
"vue-socket.io": "^3.0.7"
},
"devDependencies": {
"@quasar/app": "^1.8.6",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.2.3",
"sequelize-cli": "^5.5.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"ajv": "6.8.1"
}
}