-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
146 lines (146 loc) · 3.94 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
{
"name": "aurelia-semantic-ui",
"version": "0.2.0",
"description": "Semantic-UI widgets for Aurelia apps",
"author": "Michael Granger <[email protected]>",
"license": "MIT",
"main": "dist/commonjs/index.js",
"repository": {
"type": "hg",
"url": "https://bitbucket.org/ged/aurelia-semantic-ui"
},
"bugs": {
"url": "https://bitbucket.org/ged/aurelia-semantic-ui/issues"
},
"scripts": {
"test": "yarn run karma start karma.conf.js --single-run"
},
"homepage": "https://bitbucket.org/ged/aurelia-semantic-ui",
"babel": {
"presets": [
"env",
"stage-0"
],
"plugins": [
"transform-class-properties",
"transform-decorators-legacy"
]
},
"keywords": [
"semanticui",
"semantic",
"aurelia",
"ui",
"custom",
"elements"
],
"aurelia": {
"usedBy": [],
"documentation": {
"links": [
{
"rel": "license",
"mediaType": "text/plain",
"title": "The MIT License (MIT)",
"href": "LICENSE.txt"
}
]
},
"import": {
"tutorial": [
"1. in main.js add .plugin('aurelia-semantic-ui')"
]
},
"build": {
"resources": [
"./behaviors/ui-visibility",
"./collections/ui-breadcrumb",
"./collections/ui-form",
"./collections/ui-grid",
"./collections/ui-menu",
"./collections/ui-message",
"./collections/ui-table",
"./elements/ui-button",
"./elements/ui-container",
"./elements/ui-divider",
"./elements/ui-flag",
"./elements/ui-header",
"./elements/ui-icon",
"./elements/ui-image",
"./elements/ui-input",
"./elements/ui-label",
"./elements/ui-list",
"./elements/ui-loader",
"./elements/ui-rail",
"./elements/ui-reveal",
"./elements/ui-segment",
"./elements/ui-step",
"./modules/ui-accordion",
"./modules/ui-checkbox",
"./modules/ui-dimmer",
"./modules/ui-dropdown",
"./modules/ui-modal",
"./modules/ui-popup",
"./modules/ui-progress",
"./modules/ui-search",
"./modules/ui-sidebar",
"./modules/ui-sticky",
"./views/ui-card",
"./views/ui-cards.html",
"./views/ui-feed",
"./views/ui-statistic",
"./views/ui-statistics.html",
"./semantic/semantic.css"
]
}
},
"devDependencies": {
"aurelia-bootstrapper": "^2.2.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.0.0-beta.3.3.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-tools": "^0.2.4",
"babel-eslint": "^6.1.2",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-modules-systemjs": "^6.11.6",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"conventional-changelog": "1.1.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-bump": "^2.9.0",
"gulp-eslint": "^3.0.1",
"gulp-yuidoc": "^0.1.2",
"isparta": "^4.0.0",
"istanbul": "^1.0.0-alpha.2",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.52",
"karma": "^1.1.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.2",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jspm": "2.2.0",
"object.assign": "^4.0.4",
"puppeteer": "^1.4.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"semantic-ui": "^2.3",
"vinyl-paths": "^2.1.0",
"yargs": "^4.8.1"
},
"peerDependencies": {
"aurelia-framework": "^1.1.0",
"jquery": "^3.1.1"
},
"dependencies": {
"npm": "^6.0.0"
}
}