-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "client",
"version": "0.0.1",
"description": "PACE (Publication Activity Collection Environment)",
"productName": "PACE",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "Jeffrey Spies <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build",
"build-ssr": "quasar build -m ssr",
"build-pwa": "quasar build -m pwa",
"purge": "purgecss -c purgecss.config.js"
},
"dependencies": {
"@quasar/extras": "^1.10.12",
"@vue/composition-api": "^1.0.4",
"apexcharts": "^3.19.2",
"apollo-link-context": "^1.0.19",
"axios": "^0.18.1",
"citation-js": "^0.5.0-alpha.5",
"combinations": "^1.0.0",
"cross-fetch": "^3.1.4",
"cytoscape": "^3.15.1",
"cytoscape-euler": "^1.2.2",
"dotenv": "^8.2.0",
"graphql-tag": "^2.10.3",
"lodash": "4.17.21",
"mathjax": "3",
"meilisearch": "^0.28.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"p-map": "^4.0.0",
"quasar": "^1.15.23",
"sanitize-filename": "^1.6.3",
"vue-apexcharts": "^1.5.3",
"vue-apollo": "^3.0.3",
"vue-d3-network": "^0.1.28",
"vue-friendly-iframe": "^0.16.0",
"vue-json-csv": "^1.2.11",
"vuex-pathify": "^1.4.1",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@quasar/app": "^2.2.4",
"@quasar/quasar-app-extension-dotenv": "^1.1.0",
"@quasar/quasar-app-extension-graphql": "^1.0.0-alpha.1",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"purgecss": "^4.0.3"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}