-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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": "blimpkit",
"version": "1.0.3",
"description": "BlimpKit is a UI component library",
"main": "dist/js/blimpkit.js",
"scripts": {
"build": "node build.js",
"start": "npx http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dirigiblelabs/BlimpKit.git"
},
"keywords": [
"blimpkit",
"ui",
"widget",
"components"
],
"contributors": [
{
"name": "Stan Genchev",
"email": "[email protected]",
"url": "https://github.com/StanZGenchev"
},
{
"name": "Atanas Himchev",
"email": "[email protected]",
"url": "https://github.com/himchev"
}
],
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/dirigiblelabs/BlimpKit/issues"
},
"homepage": "https://github.com/dirigiblelabs/BlimpKit#readme",
"files": [
"/dist/*"
],
"devDependencies": {
"@eslint/js": "^9.13.0",
"@highlightjs/cdn-assets": "^11.10.0",
"clean-css": "^5.3.3",
"eslint": "^9.13.0",
"glob": "^11.0.0",
"globals": "^15.11.0",
"http-server": "^14.1.1",
"js-beautify": "^1.15.1",
"terser": "^5.34.1"
},
"dependencies": {
"@sap-theming/theming-base-content": "11.18.2",
"angular": "1.8.3",
"angular-aria": "1.8.3",
"fundamental-styles": "0.38.0",
"jquery": "3.7.1"
}
}