-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.81 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
65
66
67
68
69
70
{
"name": "abc",
"version": "1.0.0",
"description": "Finance Navigation",
"author": "Victor Ahuwanya <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt build && nuxt start",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jasmine"
},
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.16.2",
"base64-img": "^1.0.4",
"base64-img-promise": "^1.0.5",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "^1.4.3",
"cookie-universal-nuxt": "^2.0.11",
"cron": "^1.6.0",
"cross-env": "^5.0.1",
"dotenv": "^6.2.0",
"email-templates": "^5.0.2",
"express": "^4.15.3",
"form-data": "^2.3.3",
"fs": "0.0.1-security",
"fullcalendar": "^3.9.0",
"handlebars": "^4.0.12",
"hbs": "^4.0.1",
"http-errors": "^1.7.1",
"i18n": "^0.8.3",
"izitoast": "^1.4.0",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.4.0",
"jwt-decode": "^2.2.0",
"moment": "^2.23.0",
"mongoose": "^5.4.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mv": "^2.1.1",
"n-readlines": "^1.0.0",
"nodemailer": "^4.7.0",
"nuxt": "latest",
"nuxt-i18n": "^5.4.4",
"password-validator": "^4.1.1",
"path": "^0.12.7",
"querystring": "^0.2.0",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"run-rs": "^0.4.0",
"sanitize-html": "^1.20.0",
"scroll-to-element": "^2.0.2",
"sharp": "^0.21.1",
"source-map-support": "^0.4.15",
"util.promisify": "^1.0.0",
"uuid": "^3.3.2",
"vue-i18n": "^8.5.0",
"winston": "^3.1.0",
"yandex.translate": "^1.0.1"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"jasmine": "^3.3.1"
}
}