-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
200 lines (200 loc) · 6.95 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"name": "sebwite-admin-theme-core",
"version": "0.0.1",
"description": "Sebwite admin theme Core",
"keywords": [
"sebwite"
],
"author": "Sebwite",
"license": "MIT",
"main": "./dist/js/packadic.js",
"typings": "./dist/js/packadic.d.ts",
"files": [
"dist",
"src"
],
"bugs": {
"url": "https://github.com/packadic/core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/packadic/core.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "./node_modules/.bin/"
},
"jspm": {
"registry": "jspm",
"main": "js/packadic",
"format": "global",
"directories": {
"lib": "dist"
},
"shim": {
"js/packadic": {
"exports": "packadic",
"deps": [
"jquery",
"eventemitter2",
"underscore.string",
"lodash",
"loglevel",
"vue",
"vue-resource",
"vue-router",
"observe-js",
"pagination",
"bootstrap/tooltip",
"bootstrap/popover"
],
"globals": {
"EventEmitter2": "eventemitter2",
"_s": "underscore.string",
"_": "lodash",
"loglevel": "loglevel",
"Vue": "vue",
"VueResource": "vue-resource",
"VueRouter": "vue-router",
"observejs": "observe-js"
}
},
"vue-router": {
"main": "dist/vue-router",
"format": "global"
},
"bootstrap/*": {
"deps": [
"jquery",
"tether"
],
"globals": {
"Tether": "tether"
}
}
},
"configFile": "system.config.js",
"dependencies": {
"bootstrap": "github:twbs/bootstrap@v4-dev",
"eventemitter2": "github:asyncly/EventEmitter2@^0.4.14",
"font-awesome": "npm:font-awesome@^4.4.0",
"jquery": "github:components/jquery@^2.1.4",
"lodash": "npm:lodash@^3.10.1",
"loglevel": "npm:loglevel@^1.4.0",
"observe-js": "github:Polymer/observe-js@^0.5.7",
"pagination": "npm:pagination@^0.4.4",
"tether": "npm:tether@^1.1.1",
"underscore.string": "npm:underscore.string@^3.2.2",
"vue": "github:vuejs/vue@^1.0.8",
"vue-resource": "github:vuejs/vue-resource@^0.1.17",
"vue-router": "github:vuejs/vue-router@^0.7.6"
},
"devDependencies": {
"ModuleLoader/es6-module-loader": "github:ModuleLoader/es6-module-loader@^0.17.8",
"async": "npm:async@^1.5.0",
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"bourbon": "npm:bourbon@^4.2.6",
"core-js": "npm:core-js@^1.1.4",
"css": "github:systemjs/plugin-css@^0.1.19",
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
"jade": "github:johnsoftek/plugin-jade@^0.5.1",
"json": "github:systemjs/plugin-json@^0.1.0",
"object-assign": "npm:object-assign@^4.0.1",
"object.observe": "npm:object.observe@^0.2.6",
"raw": "github:matthewbauer/plugin-raw@^1.0.0",
"reflect-metadata": "npm:reflect-metadata@^0.1.2",
"sass-material-colors": "npm:sass-material-colors@^0.0.5",
"scss": "github:mobilexag/plugin-sass@^0.0.10",
"text": "github:systemjs/plugin-text@^0.0.2",
"tgdev/animate-sass": "github:tgdev/animate-sass@^0.6.4",
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92",
"ts": "github:frankwallis/plugin-typescript@^2.2.2",
"typescript": "npm:typescript@^1.6.2",
"vue-strap": "github:amanpatel/vue-strap@master",
"zone.js": "npm:zone.js@^0.5.8"
},
"overrides": {
"github:vuejs/vue@1.0.8": {
"main": "dist/vue.js"
},
"npm:object.observe@0.2.6": {
"main": "dist/object-observe.js"
},
"github:amanpatel/vue-strap@master": {
"main": "dist/vue-strap.js"
},
"github:vuejs/vue-resource@0.1.17": {
"main": "dist/vue-resource"
},
"github:twbs/bootstrap@v4-dev": {
"files": [
"lib/../scss/**/*.scss",
"js",
"css",
"dist"
]
},
"github:vuejs/vue-router@0.7.6": {
"main": "dist/vue-router",
"format": "global"
}
}
},
"dependencies": {
"async": "^1.4.2",
"bootstrap": "github:twbs/bootstrap#v4-dev",
"eventemitter2": "^0.4.14",
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"loglevel": "^1.4.0",
"observe-js": "^0.5.7",
"pagination": "^0.4.4",
"tether": "^1.1.1",
"typescript": "~1.6.2",
"underscore.string": "^3.2.2",
"vue": "^1.0.8",
"vue-resource": "^0.1.17",
"vue-router": "^0.7.6"
},
"devDependencies": {
"animate.css": "^3.4.0",
"chalk": "^1.1.1",
"fs-extra": "^0.24.0",
"globule": "^0.2.0",
"grunt": "^0.4.5",
"grunt-bytesize": "^0.1.1",
"grunt-cli": "git://github.com/RobinRadic/grunt-cli#master",
"grunt-concurrent": "^2.0.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "git://github.com/MeoMix/grunt-contrib-copy#master",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-injector": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-sass": "^1.0.0",
"grunt-subgrunt": "^1.1.0",
"grunt-systemjs-builder": "^0.2.2",
"grunt-ts": "^5.1.1",
"grunt-umd": "^2.3.5",
"grunt-usemin": "^3.1.1",
"http-server": "^0.8.5",
"inquirer": "^0.11.0",
"jspm": "^0.16.14",
"jspm-resolve": "^1.0.6",
"load-grunt-tasks": "^3.3.0",
"node-sass": "^3.4.2",
"reflect-metadata": "^0.1.2",
"static-server": "^2.0.0",
"systemjs-builder": "^0.14.11",
"time-grunt": "^1.2.2",
"ts-loader": "^0.7.1",
"ts-node": "^0.2.4",
"tsd": "^0.6.4"
}
}