-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.4 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "moseq-reports",
"version": "1.1.8",
"description": "Interactive interrogation of Moseq models",
"author": {
"name": "Jay A. Tischfield Lab",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/tischfieldlab/moseq-reports/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/tischfieldlab/moseq-reports",
"documentation": "https://tischfieldlab.github.io/moseq-reports/",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"electron:build": "vue-cli-service electron:build --mode production",
"electron:serve": "vue-cli-service electron:serve --mode development",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint -- --no-fix",
"package": "npm run electron:build -- --publish never",
"package-release": "npm run electron:build -- --publish always",
"preinstall": "npx npm-force-resolutions",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"version": "cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\", ]//g'",
"docs:dev": "vuepress dev docs",
"docs:clean": "npx vuese gen && node ./docs/vueseOrganize.js",
"docs:build": "npx vuese gen && node ./docs/vueseOrganize.js && vuepress build docs"
},
"resolutions": {
"minimist": "1.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tischfieldlab/moseq-reports.git"
},
"main": "background.js",
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/jszip": "^3.4.1",
"about-window": "^1.14.0",
"chai-as-promised": "^7.1.1",
"custom-electron-titlebar": "^3.2.2",
"cytoscape": "^3.19.0",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-cise": "^1.0.0",
"cytoscape-fcose": "^2.1.0",
"cytoscape-svg": "^0.4.0",
"d3": "^7.0.0",
"d3-hexbin": "^0.2.2",
"d3-sankey": "^0.12.3",
"deep-equal": "^2.0.5",
"electron-updater": "^4.3.1",
"file-type": "^16.5.1",
"hclusterjs": "^1.3.1",
"html-to-image": "^0.1.1",
"jqwidgets-scripts": "^9.1.6",
"lru-cache": "^6.0.0",
"mime-types": "^2.1.31",
"node-kmeans": "^1.1.9",
"node-stream-zip": "^1.13.6",
"object-sizeof": "^1.6.1",
"parse-numeric-range": "^1.2.0",
"popper.js": "^1.16.1",
"portscanner": "^2.2.0",
"regenerator-runtime": "^0.13.5",
"register-service-worker": "^1.7.1",
"save-svg-as-png": "^1.4.17",
"sourcemapped-stacktrace": "^1.1.11",
"threads": "^1.6.5",
"tslint": "^6.1.2",
"vue": "^2.6.14",
"vue-color": "^2.8.1",
"vue-force-next-tick": "^1.1.0",
"vue-headful": "^2.1.0",
"vue-object-merge": "^0.1.8",
"vue-resize": "^0.5.0",
"vue-router": "^3.5.2",
"vue-timeago": "^5.1.3",
"vue-typed-mixins": "^0.2.0",
"vue-unique-id": "^3.2.1",
"vuedraggable": "^2.24.3",
"vuepress": "^1.8.2",
"vuepress-plugin-global-variables": "^0.2.0",
"vuepress-theme-craftdocs": "^2.0.9",
"vuex": "^3.6.2"
},
"devDependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
"@types/bootstrap": "^4.5.0",
"@types/chai": "^4.2.21",
"@types/d3": "^7.0.0",
"@types/mocha": "^7.0.2",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-mocha": "^4.5.13",
"@vue/cli-service": "^4.5.1",
"@vue/test-utils": "^1.2.1",
"@vuese/cli": "^2.14.3",
"bootstrap-vue": "^2.21.2",
"chai": "^4.3.4",
"chromedriver": "^91.0.1",
"devtron": "^1.4.0",
"electron": "^9.4.0",
"electron-devtools-installer": "^3.2.0",
"electron-log": "^4.3.5",
"electron-notarize": "^1.1.1",
"geckodriver": "^1.19.1",
"lodash": "^4.17.21",
"lodash.defaultsdeep": "^4.6.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"selenium-server": "^3.141.59",
"threads-plugin": "^1.4.0",
"typescript": "^4.3.5",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-devtools": "^5.1.4",
"vue-template-compiler": "^2.6.14",
"vuepress": "^1.8.2",
"vuepress-plugin-global-variables": "^0.2.0",
"vuepress-theme-craftdocs": "^2.0.9"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}