forked from overshard/timestrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "timestrap",
"author": "Timestrap's Contributors",
"description": "Time tracking you can host anywhere. Full export support in multiple formats and easily extensible.",
"repository": "https://github.com/overshard/timestrap",
"keywords": [
"python",
"django",
"web",
"timetracking"
],
"version": "1.0.0-alpha",
"license": "BSD-2-Clause",
"engines": {
"node": "^8.10.0",
"npm": "^6.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-env": "^2.4.1",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.2",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"vue-eslint-parser": "^2.0.3",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.13.0",
"webpack-stream": "^4.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"chart.js": "^2.7.2",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.21",
"pickadate": "^3.5.0",
"popper.js": "^1.13.0",
"select2": "^4.0.6-rc.1",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"scripts": {
"heroku-postbuild": "gulp build:production"
}
}