This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
forked from ActivityWatch/aw-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.89 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
{
"name": "aw-webui",
"version": "1.0.0",
"description": "A webui for ActivityWatch built in Vue.js",
"author": "ActivityWatch Developers",
"private": true,
"license": "MPL-2.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest --rootDir=./",
"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 ."
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@typescript-eslint/eslint-plugin": "^2.7",
"@typescript-eslint/parser": "^2.7",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-plugin-typescript": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-typescript": "^5.0",
"@vue/test-utils": "^1.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^5.1.1",
"crypto-js": "^3.3.0",
"css-loader": "^3.6.0",
"eslint": "^6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.18",
"eslint-plugin-prettier": "^3.1",
"eslint-plugin-vue": "^6.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"function-bind": "^1.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.4.0",
"moment": "^2.27.0",
"moment-range": "^3.1.1",
"ora": "^0.2.0",
"prettier": "^2.0",
"pug": "^2.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2",
"shelljs": "^0.6.0",
"ts-jest": "^26.1.2",
"ts-loader": "^8.0",
"tslint": "^5.20.1",
"typescript": "^3.9.6",
"url-loader": "^1.1.0",
"vue": "^2.6.11",
"vue-cli-plugin-pug": "^1.0.7",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-eslint-parser": "^7.1",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.3",
"vue-router": "^3.3.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@egjs/hammerjs": "^2.0.17",
"@fullcalendar/timegrid": "^5.1.0",
"@fullcalendar/vue": "^5.1.0",
"@types/chart.js": "^2.9.23",
"@types/chrome": "0.0.89",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.157",
"@types/node": "^12.12.50",
"ajv": "^6.12.3",
"ajv-keywords": "^3.5.1",
"aw-client": "^0.2",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"chart.js": "^2.9.3",
"color": "^3.0.0",
"component-emitter": "^1.3.0",
"core-js": "^3.6.5",
"d3": "^4.13.0",
"dompurify": "^2.0.17",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"jest": "^26.1.0",
"jquery": "^3.5.1",
"jsdom": "^13.2.0",
"keycharm": "^0.3.1",
"less": "^3.12.0",
"less-loader": "^4.1.0",
"luxon": "^1.24.1",
"propagating-hammerjs": "^1.4.7",
"sass": "^1.29.0",
"style-loader": "^0.21.0",
"typeface-varela-round": "0.0.54",
"uuid": "^7.0.3",
"vis-data": "^6.6.1",
"vis-timeline": "^7.3.7",
"vis-util": "^4.3.2",
"vue-awesome": "^3.5.1",
"vue-chartjs": "^3.5.0",
"vue-d3-sunburst": "^1.0.1",
"vue-datetime": "^1.0.0-beta.13",
"vue-property-decorator": "^8.5.1",
"vuex": "^3.5.1",
"weekstart": "^1.0.1"
}
}