forked from kalmanolah/yayata
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.82 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
{
"name": "yayata",
"description": "Yet Another Timesheet Application... Yet Again.",
"author": "Kalman Olah <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --open --inline --hot --mode=development",
"build": "cross-env NODE_ENV=production webpack --no-progress --colors --hide-modules --mode=production"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^2.0.10",
"bootstrap": "^4.6.2",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.2.0",
"ics": "^3.7.6",
"moment": "^2.30.1",
"values.js": "^2.1.1",
"vue": "^2.7.16",
"vue-chartjs": "^4.1.2",
"vue2-datepicker": "^3.11.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^8.2.5",
"babel-polyfill": "^6.26.0",
"bootstrap-vue": "^2.23.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.0.0",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^3.0.6",
"json-loader": "^0.5.7",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.14",
"pikaday": "^1.7.0",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"sass": "^1.71.1",
"sass-loader": "^10.5.2",
"style-loader": "^0.21.0",
"toastr": "^2.1.4",
"vue-clickaway": "^2.1.0",
"vue-form-generator": "^2.0.0-beta6",
"vue-js-toggle-button": "^1.0.5",
"vue-loader": "^15.0.11",
"vue-markdown": "^2.2.4",
"vue-moment": "^2.0.2",
"vue-multiselect": "^2.1.8",
"vue-progressbar": "^0.7.4",
"vue-resource": "^1.0.3",
"vue-router": "^2.0.1",
"vue-tables-2": "^1.3.41",
"vue-template-compiler": "^2.7.16",
"vuex": "^2.4.0",
"vuex-persistedstate": "^0.3.0",
"vuex-router-sync": "^3.0.0",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4",
"webpack-pwa-manifest": "^3.6.2",
"workbox-webpack-plugin": "^3.6.3"
}
}