forked from tremez/extjs-gpl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.25 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "ext",
"namespace": "Ext",
"format": "1",
"version": "7.0.0.168",
"compatVersion": "7.0.0",
"creator": "Sencha",
"summary": "Ext JS",
"detailedDescription": "Sencha Ext JS JavaScript Framework",
"type": "framework",
"signatures": [
{
"name": "Sencha",
"uuid": "1d6b0d9c-3333-4e65-885f-5b07a1fc3198",
"created": "2020-01-14T07:08:07Z",
"algorithm": "SHA1withRSA",
"nonce": "7nieRql1fas\u003d",
"signature": "UjGi4mP+Kp+YsuDnMvsGW+WAq1tB3AxpaZUL9VKqj8M7rPHwTAa11w5AG8hYisuic+h2sqEevIL0UQ6CBwBGQHsZOC0qpYi5wmYGouiGPAkTiGyZv1Qh0Ocvy2EVHMstXgjwkIGG64Pe5rP1wfgu+3of0Qpi0vu/XhPTaCAKkr5GVHoLbSPlsBIxjeKSro7C/m4eeQDCIxjwypW2aVk3kpyqqQmhDQjRxy+qEK652uWDUgOB6wIXLK2fVzhqgRSPudOm6HB7uS5re3qEHN0JmICW8sTnPTrYeUVilBoibBrcltwg3PPZqMpcwRvSumnE+60U1GYZTpd9Cq1OiiEusw\u003d\u003d"
}
],
"output": "${package.dir}/build",
"build": {
"dir": "${package.output.base}"
},
"sass": {
"fashion": true,
"namespace": "Ext",
"etc": "${package.dir}/sass/etc/all.scss",
"var": "${package.dir}/sass/var",
"src": "${package.dir}/sass/src"
},
"classpath": "${package.dir}/src",
"overrides": "${package.dir}/overrides",
"resource": {
"paths": [
"resources"
]
},
"example": {
"path": [
"examples",
"templates"
],
"apps": [
"admin-dashboard",
"executive-dashboard",
"feed-viewer",
"kitchensink",
"calendar",
"classic/desktop",
"classic/ticket-app",
"classic/portal",
"classic/simple-tasks",
"classic/responsive-app",
"classic/aria",
"modern/addressbook",
"modern/blackberry",
"modern/energy",
"modern/stockapp",
"modern/states",
"modern/geocongress",
"modern/oreilly"
]
},
"subpkgs": {
"dir": "${package.dir}",
"packages": [
"classic/classic",
"modern/modern",
"packages/charts",
"packages/amf",
"packages/soap",
"packages/ux",
"packages/google",
"packages/legacy",
"packages/font-awesome",
"packages/font-pictos",
"packages/font-ext"
]
},
"language": {
"js": {
"input": {
"version": "ES5"
}
}
},
"properties": {
"skip.sass": 1,
"skip.slice": 1
}
}