-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "kolan",
"version": "1.0.0",
"description": "A recursive collaborative Kanban",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaddiM8/Kolan.git"
},
"author": "PaddiM8",
"license": "MIT",
"bugs": {
"url": "https://github.com/PaddiM8/Kolan/issues"
},
"homepage": "https://github.com/PaddiM8/Kolan#readme",
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"better-docs": "^1.4.7",
"fa-icons": "^0.1.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-bro": "^1.0.3",
"gulp-iconfont": "^10.0.3",
"gulp-jsdoc3": "^2.0.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.2",
"gulp-terser": "^1.2.0",
"gulp-typescript": "^5.0.1",
"jsdoc": "^3.6.3",
"node-sass": "^4.14.0",
"typescript": "^3.7.3",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@microsoft/signalr": "^3.1.0",
"@types/flatpickr": "^3.1.2",
"@types/node": "^12.12.14",
"byte-base64": "^1.0.0",
"dexie": "^2.0.4",
"dompurify": "^2.0.7",
"globby": "^11.0.0",
"gulp-sass-themes": "^2.0.2",
"js-datepicker": "^5.11.0",
"lit-element": "^2.2.1",
"markdown-it": "^10.0.0",
"path": "^0.12.7",
"seedrandom": "^3.0.5",
"slash": "^3.0.0",
"through2": "^3.0.1"
}
}