forked from nih-sparc/sparc-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "sparc-portal",
"version": "1.0.0",
"description": "SPARC Portal Web Application",
"author": "The SPARC Data Resource Center",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"heroku-postbuild": "npm run build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"generate-icons": "vsvg -s ./static/icons-svg -t ./static/icons-js",
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"test-cypress": "cypress run",
"test-run-e2e": "cypress run --record"
},
"dependencies": {
"@abi-software/gallery": "0.3.2",
"@abi-software/mapintegratedvuer": "0.6.7",
"@abi-software/plotvuer": "^0.3.0",
"@abi-software/simulationvuer": "0.6.5",
"@aws-amplify/auth": "^4.4.4",
"@aws-amplify/core": "^4.4.2",
"@miyaoka/nuxt-twitter-widgets-module": "^0.0.1",
"@nih-sparc/sparc-design-system-components": "^0.27.7",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/robots": "^2.4.2",
"@vue/shared": "^3.2.37",
"algoliasearch": "^4.9.3",
"babel-eslint": "^10.0.3",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "1.0.0",
"contentful": "^7.10.0",
"cookie-universal-nuxt": "^2.1.1",
"core-js": "3.25.1",
"date-fns": "^2.8.1",
"element-ui": "^2.4.11",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"isomorphic-dompurify": "0.19.0",
"js-file-download": "^0.4.12",
"marked": "^0.7.0",
"nuxt": "^2.12.1",
"plyr": "^3.6.3",
"postscribe": "^2.0.8",
"prettier": "^1.19.1",
"ramda": "^0.26.1",
"redirect-ssl": "^1.4.1",
"striptags": "^3.2.0",
"tsviewer": "^0.1.0",
"vue": "^2.6.10",
"vue-chartjs": "^3.5.1",
"vue-clipboard2": "^0.3.1",
"vue-gtag": "1.16.1",
"vue-infinite-loading": "^2.4.4",
"vue-meta": "^2.3.2",
"vue-social-sharing": "^3.0.4",
"vue-svgicon": "^3.2.6"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.5.6",
"@types/node": "^13.7.0",
"@vue/test-utils": "1.1.0",
"babel-jest": "^24.1.0",
"cypress": "12.17.4",
"jest": "^24.1.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-jest": "^4.0.0-0"
},
"resolutions": {
"maplibre-gl": "2.4.0"
},
"engines": {
"node": "14.17.6"
}
}