-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.85 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
{
"name": "datencafe",
"version": "0.0.4",
"private": true,
"scripts": {
"serve": "cross-env NODE_ENV=development vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build --mode production ",
"show": "webpack-bundle-analyzer dist/stats.json --port 8090",
"test": "jest",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.7.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/keyboard": "4.1.1",
"@capacitor/status-bar": "4.1.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@ionic/vue": "^6.0.0",
"@ionic/vue-router": "^6.0.0",
"@types/cytoscape": "^3.19.9",
"@types/cytoscape-edgehandles": "^4.0.0",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"cytoscape": "^3.30.3",
"cytoscape-edgehandles": "^4.0.1",
"danfojs": "file:./tools/danfo/danfojs-1.1.2.tgz",
"ionicons": "^6.0.3",
"jose": "^4.14.1",
"marked": "^4.3.0",
"mitt": "^3.0.1",
"moment-timezone": "^0.5.41",
"pinia": "^2.0.33",
"proj4": "^2.14.0",
"string-similarity": "^4.0.4",
"vue": "^3.2.21",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^4.2.0",
"@ionic/cli": "^6.20.8",
"@types/chroma-js": "^2.4.0",
"@types/jest": "^27.0.2",
"@types/leaflet": "^1.9.1",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^20.1.0",
"@types/plotly.js-dist-min": "^2.3.1",
"@types/proj4": "^2.5.5",
"@types/string-similarity": "^4.0.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.5.1",
"cypress": "^8.7.0",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^9.8.0",
"fs-extra": "^11.1.1",
"jest": "^27.5.1",
"jest-transform-stub": "^2.0.0",
"path": "^0.12.7",
"ts-jest": "^27.0.7",
"typescript": "^4.3.5"
},
"description": "An Ionic project"
}