-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.58 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
{
"name": "spinal-env-pam-apps-portail",
"version": "0.1.2",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"watch": "rm -rf dist && parcel watch index.html micro-apps/*/index.html --dist-dir dist/",
"dev": "rm -rf dist && parcel serve index.html micro-apps/*/index.html --dist-dir dist/",
"dev2": "npm run watch && npx http-server -p 8080 --proxy http://localhost:8080\\? dist",
"build": "rm -rf dist && parcel build index.html micro-apps/*/index.html --no-optimize --dist-dir dist/ --no-scope-hoist"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"dateformat": "^5.0.3",
"moment": "^2.29.4",
"spinal-components": "git+https://github.com/spinalcom/spinal-components.git",
"spinal-viewer-event-manager": "git+https://github.com/spinalcom/spinal-viewer-event-manager.git",
"vue-sweetalert2": "^5.0.5",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@parcel/packager-raw-url": "^2.3.2",
"@parcel/packager-xml": "^2.3.2",
"@parcel/transformer-less": "^2.3.2",
"@parcel/transformer-sass": "^2.3.2",
"@parcel/transformer-typescript-tsc": "^2.3.2",
"@parcel/transformer-vue": "^2.3.2",
"@parcel/transformer-webmanifest": "^2.3.2",
"@parcel/transformer-xml": "^2.3.2",
"@types/forge-viewer": "^7.53.0",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"core-js": "^3.25.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.6.0",
"floating-vue": "^1.0.0-beta.17",
"leaflet": "^1.8.0",
"less": "^4.1.2",
"lodash": "^4.17.21",
"mapbox-gl": "^2.8.2",
"material-design-icons-iconfont": "^6.7.0",
"mitt": "^3.0.0",
"parcel": "^2.3.2",
"parcel-config-vue2": "^0.1.3",
"parcel-transformer-vue2": "^0.1.7",
"sass": "^1.51.0",
"socket.io-client": "^4.5.1",
"spinal-core-connectorjs": "git+https://github.com/spinalcom/spinal-core-connectorjs.git",
"sweetalert2": "^11.4.17",
"typescript": "^4.4.3",
"velocity-animate": "^1.5.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-cookie": "^1.1.4",
"vue-hot-reload-api": "^2.3.4",
"vue-mapbox": "^0.4.1",
"vue-places": "^2.2.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.4",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.3.0",
"vue2-leaflet": "^2.7.1",
"vuetify": "^2.6.5",
"vuex": "^3.6.2"
}
}