-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
148 lines (148 loc) · 4.39 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "aw-webui",
"version": "1.0.0",
"private": true,
"description": "A webui for ActivityWatch built in Vue.js",
"author": "ActivityWatch Developers",
"license": "MPL-2.0",
"type": "module",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"lint_old": "eslint --ignore-path=.gitignore --ext .vue,.js,.ts ."
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/vue": "^5.10.1",
"@pinia/testing": "^0.0.16",
"@types/chart.js": "^2.9.23",
"@types/chrome": "0.0.89",
"@types/color": "^3.0.1",
"@types/d3": "^7.4",
"@types/d3-hierarchy": "^3.1.0",
"@types/jest": "^29",
"@types/lodash": "^4.14.178",
"@types/node": "^20.0",
"@vitejs/plugin-vue2": "^2.3.1",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"aw-client": "^0.3.7",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.15.0",
"chart.js": "^3.8.0",
"color": "^4.0.0",
"component-emitter": "^1.3.0",
"core-js": "^3.19.3",
"d3": "^7.8",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"domain-browser": "^4.22.0",
"dompurify": "^2.3.4",
"exports-loader": "^4.0.0",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"jsdom": "^21.1.1",
"keycharm": "^0.3.1",
"less": "^4.1.3",
"less-loader": "^10.2",
"luxon": "^1.24.1",
"papaparse": "^5.3.2",
"pinia": "^2.0.13",
"propagating-hammerjs": "^1.4.7",
"sass": "^1.44.0",
"semver": "^7.6.0",
"style-loader": "^3.3.3",
"typeface-varela-round": "0.0.54",
"uuid": "^7.0.3",
"vis-data": "^7.1.2",
"vis-timeline": "^7.5.0",
"vis-util": "^5.0.2",
"vite": "^5.2.10",
"vue-awesome": "^3.5.1",
"vue-chartjs": "^4.1.0",
"vue-color": "^2.8.1",
"vue-d3-sunburst": "git+https://github.com/ErikBjare/Vue.D3.sunburst.git#patch-1",
"vue-datetime": "^1.0.0-beta.13",
"vuedraggable": "^2.24.3",
"weekstart": "^1.0.1",
"xss": "^1.0.14"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.16.3",
"@typescript-eslint/eslint-plugin": "^5.21",
"@typescript-eslint/parser": "^5.21",
"@vue/cli-plugin-babel": "^5.0",
"@vue/cli-plugin-eslint": "^5.0",
"@vue/cli-plugin-pwa": "^5.0",
"@vue/cli-plugin-typescript": "^5.0",
"@vue/cli-plugin-unit-jest": "^5.0",
"@vue/cli-service": "^5.0",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^29.2.4",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"connect-history-api-fallback": "^2.0.0",
"copy-webpack-plugin": "^5.1.1",
"crypto-js": "^4.1.1",
"css-loader": "^6.7.3",
"eslint": "^7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.18",
"eslint-plugin-prettier": "^3.1",
"eslint-plugin-vue": "^8.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.3",
"file-loader": "^6.2",
"function-bind": "^1.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^0.18.0",
"jest": "^29",
"jest-environment-jsdom": "^29",
"jest-environment-node": "^29",
"json-loader": "^0.5.7",
"lodash": "^4.17.19",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"ora": "^7.0.1",
"prettier": "^2.5.1",
"pug": "^3.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2",
"shelljs": "^0.8.5",
"ts-jest": "^29",
"ts-loader": "^9.0",
"tslint": "^5.20.1",
"typescript": "^5.2",
"url-loader": "^4.1",
"vite-plugin-pwa": "^0.20.0",
"vue": "^2.7",
"vue-cli-plugin-pug": "^2.0.0",
"vue-eslint-parser": "^9.3",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^17.0",
"vue-router": "^3.5.3",
"vue-style-loader": "^4.1.0",
"webpack": "^5.0",
"webpack-dev-middleware": "^7.1.1",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^5.8.0"
},
"overrides": {
"@vue/cli-plugin-unit-jest": {
"ts-jest": "$ts-jest",
"@vue/vue2-jest": "$@vue/vue2-jest"
}
}
}