forked from UN-OCHA/reports-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "reports-site",
"version": "2.7.2",
"description": "Digital Situation Reports",
"license": "Apache-2.0",
"author": "UNOCHA",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"migration": "contentful-migration",
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^9.0.0",
"@contentful/rich-text-types": "^9.0.0",
"@nuxtjs/moment": "^1.0.0",
"ajv": "^6.5.4",
"axios": "^0.18.0",
"consola": "^2.6.0",
"contentful": "^7.1.0",
"file-saver": "^2.0.0",
"lodash": ">=4.17.13",
"lodash.debounce": "^4.0.8",
"moment": "^2.22.2",
"newrelic": "^5.9.0",
"nuxt": "^2.6.3",
"nuxt-start": "^2.6.3",
"pm2": "^3.5.0",
"system-font-css": "^2.0.2",
"tar": ">=2.2.2",
"vue": "^2.0.0",
"vue-clickaway": "^2.2.2",
"vue-i18n": "^8.3.2",
"webpack": "^4.20.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.4.4",
"babel-eslint": "^8.2.1",
"contentful-migration": "^0.16.6",
"core-js": "2",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"jest": "^24.7.1",
"jest-puppeteer": "^4.1.0",
"node-sass": "^4.12.0",
"puppeteer": "^1.14.0",
"sass-loader": "^7.1.0",
"webpack-bundle-analyzer": ">=3.3.2"
},
"engines": {
"node": "8.11.3",
"npm": "6.9.0"
},
"jest": {
"preset": "jest-puppeteer"
}
}