This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
61 lines (61 loc) · 2.1 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
{
"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": {
"vue": "^2.5.16"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap-vue": "^2.0.0-rc.2",
"chart.js": "^2.5.0",
"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": "^2.7.1",
"less-loader": "^4.1.0",
"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",
"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.0.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.5.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": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-pwa-manifest": "^3.6.2",
"workbox-webpack-plugin": "^3.6.3"
}
}