-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.69 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
{
"name": "simultant",
"version": "0.1.0",
"private": true,
"scripts": {
"webserve": "vue-cli-service serve",
"webbuild": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build": "npm run build-py && npm run build-np",
"serve": "vue-cli-service electron:serve",
"build-np": "vue-cli-service electron:build",
"make-venv": "python scripts/makevenv.py",
"build-py": "python scripts/pybuild.py",
"build-dev": "vue-cli-service electron:build --mode development",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"codemirror": "^5.59.1",
"core-js": "^3.6.5",
"electron-fetch": "^1.7.3",
"ify-loader": "^1.1.0",
"lodash": "^4.17.20",
"metro4": "^4.4.3",
"plotly.js-dist": "^1.58.4",
"uuid": "^8.3.2",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"electron": "^9.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-0",
"prettier": "^1.19.1",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5",
"string-replace-webpack-plugin": "^0.1.3"
},
"author": "Julius Bier Kirkegaard <julius.kirkegaard@nbi.ku.dk>",
"description": "Simultaneous curve fitting electron app"
}