-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 924 Bytes
/
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
{
"name": "kodekit-ui",
"version": "1.2.1",
"description": "Kodekit UI",
"repository": {
"type": "git",
"url": "git+https://github.com/timble/kodekit-ui.git"
},
"author": "Timble CVBA <[email protected]> (https://www.timble.net)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/timble/kodekit-ui/issues"
},
"homepage": "https://github.com/timble/kodekit-ui#readme",
"devDependencies": {
"bootstrap": "4.1.3",
"footable": "git+https://github.com/fooplugins/FooTable.git#2.0.3",
"jqtree": "1.3.4",
"jquery": "3.6.0",
"jquery-validation": "1.14.0",
"magnific-popup": "1.1.0",
"open-iconic": "git+https://github.com/iconic/open-iconic.git#1.1.1",
"select2": "4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"promise-polyfill": "8.1.3",
"vue": "^2.3.3",
"vuex": "^2.3.1"
}
}