-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.76 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.76 KB
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
93
94
95
96
{
"name": "@sencha/ext-classic-theme-base",
"version": "7.0.0",
"sencha": {
"name": "theme-base",
"namespace": "Ext",
"type": "theme",
"alternateName": [
"ext-theme-base"
],
"framework": "ext",
"toolkit": "classic",
"requires": [
"classic"
],
"creator": "Sencha",
"summary": "Ext JS Modern Base Theme",
"detailedDescription": "An abstract base theme that provides only the bare minimums for the Ext JS classic toolkit",
"version": "7.0.0",
"compatVersion": "7.0.0",
"format": "1",
"output": "${workspace.subpkg.prefix}/${package.name}",
"local": true,
"sass": {
"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",
"js": [
{
"path": "/~cmd/extensions/sencha-fashion/fashion/fashion.js",
"bootstrap": true,
"remote": true,
"platform": [
"fashion"
],
"isSdk": false
},
{
"path": "/~cmd/extensions/sencha-fashion/sass-compiler.js",
"bootstrap": true,
"remote": true,
"platform": [
"fashion"
],
"isSdk": false
}
],
"slicer": {
"js": [
{
"path": "${package.dir}/sass/example/render.js"
},
{
"path": "${package.dir}/sass/example/shortcuts.js"
},
{
"path": "${package.dir}/sass/example/manifest.js",
"isWidgetManifest": true
}
],
"css": [
{
"path": "${package.dir}/sass/example/slicer.css"
}
]
},
"properties": {
"skip.pkg": 1
},
"extTier": "pro"
},
"description": "Ext JS Modern Base Theme",
"repository": {
"type": "git",
"url": "git+https://github.com/extjs/SDK.git"
},
"license": "SEE LICENSE IN license.txt",
"dependencies": {
"@sencha/ext-font-awesome": "7.0.0",
"@sencha/ext-font-ext": "7.0.0"
},
"author": "Sencha, Inc.",
"homepage": "https://www.sencha.com/products/extjs/",
"bugs": "https://support.sencha.com/",
"keywords": [
"sencha",
"extjs",
"ext js",
"ext-js",
"ext"
]
}