-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.29 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
{
"name": "cape-frontend",
"version": "1.0.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watchAll",
"test:e2e": "vue-cli-service test:e2e --env TESTING_BACKEND_URL=https://cape-backend-testing.herokuapp.com/api/ --mode testing",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"docs": "vuese gen && cp public/docs_readme.md docs/README.md"
},
"dependencies": {
"axios": "^0.18.0",
"bpmn-js": "^3.0.2",
"bpmn-js-properties-panel": "^0.28.2",
"camunda-bpmn-moddle": "^3.1.1",
"d3": "^5.9.1",
"dagre-d3": "^0.6.3",
"diagram-js-minimap": "^1.3.0",
"element-ui": "^2.4.10",
"font-awesome": "^4.7.0",
"moment": "^2.22.2",
"vue": "^2.5.17",
"vue-i18n": "^8.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"ws": "^6.1.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^3.0.0",
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-e2e-cypress": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-plugin-unit-jest": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-standard": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.25",
"@vuese/cli": "^2.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"electron": "^3.0.0",
"mockdate": "^2.0.2",
"moxios": "^0.4.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.3",
"vue-cli-plugin-electron-builder": "^1.0.0-rc.9",
"vue-cli-plugin-element": "^1.0.0",
"vue-cli-plugin-i18n": "^0.5.1",
"vue-template-compiler": "^2.5.17"
},
"author": "Alexander Fischer <[email protected]>, Lukas Jesche <[email protected]>, Bernhard Wittmann <[email protected]>",
"description": "Frontend for CaPE",
"bugs": {
"url": "https://gitlab.com/cape-modeler/frontend/issues"
},
"homepage": "https://gitlab.com/cape-modeler/frontend#readme",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/cape-modeler/frontend.git"
},
"main": "background.js"
}