-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.74 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
{
"name": "spinal-browser-spinaltwin",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf wwww && NODE_ENV=production node bin/parcel.config.js",
"dev": "NODE_ENV=development node bin/parcel.config.js",
"reset": "rm -fr www"
},
"bin": {
"create_maintainer_env": "bin/parcel.config.js"
},
"keywords": [],
"author": "",
"license": "Free_Software_License_Agreement.pdf",
"dependencies": {
"@babel/core": "^7.15.5",
"@chenfengyuan/vue-carousel": "^1.0.6",
"@vue/component-compiler-utils": "^3.2.2",
"@wyhaya/vue-slide": "^1.0.2",
"aes-js": "^3.1.2",
"apexcharts": "^3.28.3",
"axios": "^0.21.4",
"babel-polyfill": "^6.26.0",
"bootstrap-vue": "^2.21.2",
"component": "^1.1.0",
"element-ui": "^2.15.6",
"eva-icons": "^1.1.2",
"file-saver": "^2.0.5",
"jquery": "^3.4.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"parcel-bundler": "^1.12.4",
"services": "0.0.3",
"spinal-env-viewer-plugin-control-endpoint-service": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-control-endpoint-service.git",
"spinal-env-viewer-plugin-documentation": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-documentation.git",
"spinal-env-viewer-plugin-documentation-service": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-documentation-service.git",
"spinal-env-viewer-plugin-event-emitter": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-event-emitter.git",
"spinal-env-viewer-plugin-excel-manager-service": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-excel-manager-service.git",
"spinal-env-viewer-plugin-forge": "git+https://github.com/spinalcom/spinal-env-viewer-plugin-forge.git",
"spinal-env-viewer-task-service": "git+https://github.com/spinalcom/spinal-env-viewer-task-service.git",
"spinal-forge-viewer": "git+https://github.com/spinalcom/spinal-forge-viewer.git",
"spinal-service-ticket": "git+https://github.com/spinalcom/spinal-service-ticket.git#devv2",
"tinygradient": "^1.1.5",
"typescript": "^4.4.3",
"v-tooltip": "^2.1.2",
"velocity-animate": "^1.5.2",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-cal": "^3.10.0",
"vue-color": "^2.8.1",
"vue-hot-reload-api": "^2.3.4",
"vue-i18n": "^8.26.5",
"vue-material": "^1.0.0-beta-15",
"vue-plotly": "^1.0.1",
"vue-ripple-directive": "^2.0.1",
"vue-router": "^3.5.2",
"vueperslides": "^2.15.2"
},
"browserslist": [
"last 1 chrome versions"
],
"staticFiles": {
"staticPath": "src/public"
},
"devDependencies": {
"parcel-plugin-static-files-copy": "^2.6.0",
"sass": "^1.42.1",
"vue-template-compiler": "^2.6.14"
}
}