-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
190 lines (190 loc) · 6 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
{
"name": "availity-angular",
"description": "Availity Angular SDK",
"version": "4.3.0",
"main": "lib/index.js",
"keywords": [
"angular",
"availity",
"sdk"
],
"engines": {
"node": ">=9.11.0",
"npm": ">=6.14.0"
},
"bugs": {
"url": "https://github.com/Availity/availity-angular/issues"
},
"scripts": {
"start": "cross-env NODE_ENV=development node cli.js start",
"build:lib": "copyup \"src/**/*.html\" \"src/**/*.less\" lib && babel src --out-dir lib --quiet --ignore specs.js,'**/tests/**','**/test/**','**/bower_components/**','**/docs/**','**/coverage/**'",
"build:umd": "cross-env NODE_ENV=production node cli.js build",
"build": "npm run build:umd && npm run build:lib",
"clean": "node cli.js clean",
"docs": "npm run docs:publish",
"docs:publish": "npm run clean && npm run docs:pages && npm run book:build && npm run book:copy && gh-pages -d build",
"docs:pages": "cross-env NODE_ENV=development node cli.js docs",
"test": "cross-env npm run lint && karma start ./karma.conf.js",
"test:debug": "karma start ./karma.conf-debug.js",
"test:ci": "npm run lint && karma start ./karma.conf-sauce-labs.js",
"test:coverage": "karma start ./karma.conf-coverage.js",
"audit": "cross-env npm audit --json > npm_audit.json",
"prepublishOnly": "cross-env npm run lint && npm run test && npm run build",
"lint": "node cli.js lint",
"book:prepare": "gitbook install",
"book:copy": "copyfiles -u 1 \"./_book/**/*\" build/docs",
"book:build": "gitbook build",
"book": "npm run book:prepare && gitbook serve",
"release": "npm run lint && sh ./scripts/release.sh"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:Availity/availity-angular.git"
},
"homepage": "http://availity.github.io/availity-angular/",
"files": [
"README.md",
"lib",
"dist",
"less"
],
"author": "Robert McGuinness <[email protected]>",
"contributors": [
{
"name": "Robert McGuinness",
"email": "[email protected]"
},
{
"name": "Bobby Bennett",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"animate.css": "^3.5.2",
"autoprefixer": "^7.2.4",
"availity-workflow-logger": "^2.6.5",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.25.0",
"chalk": "^2.1.0",
"cheerio": "^0.22.0",
"chokidar": "^2.0.0",
"conventional-changelog-cli": "^1.3.5",
"conventional-recommended-bump": "^2.0.8",
"copyfiles": "^1.2.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.8",
"debounce-collect": "^1.0.2",
"debug": "^3.1.0",
"del": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-availity": "^2.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.2.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"gh-pages": "^1.0.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-prism": "^2.4.0",
"globby": "^7.1.1",
"gray-matter": "^3.0.2",
"he": "^1.1.1",
"html-loader": "^0.5.4",
"is-utf8": "^0.2.1",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.7.0",
"json-loader": "^0.5.7",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-fixture": "^0.2.6",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-notify-reporter": "^1.0.1",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.4",
"karma-webpack-error-reporter": "^0.0.3",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"less-plugin-npm-import": "^2.1.0",
"lodash.size": "^4.2.0",
"lodash.uniqueid": "^4.0.1",
"marked": "^0.3.12",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-define": "^2.1.3",
"metalsmith-filter": "^1.0.2",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.2",
"metalsmith-mock": "^2.0.0",
"metalsmith-path": "^0.3.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-prism": "^3.1.1",
"metalsmith-rootpath": "^1.0.4",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.5.2",
"nunjucks": "^3.2.4",
"nunjucks-date": "^1.2.0",
"ora": "^1.3.0",
"postcss-loader": "^2.0.10",
"react-dev-utils": "^4.2.1",
"require-relative": "^0.8.7",
"sass-loader": "^6.0.6",
"sinon": "^4.1.4",
"slugify": "^1.2.9",
"stat-mode": "^0.2.2",
"style-loader": "^0.19.1",
"syntax-highlighting": "^1.0.0",
"url-loader": "^0.6.2",
"webpack": "^3.5.3",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.10.1",
"webpack-merge": "^4.1.1",
"webpack-notifier": "^1.5.0",
"yargs": "^10.1.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.29",
"angular": "1.8.2",
"angular-animate": "^1.8.2",
"angular-mocks": "^1.8.2",
"angular-sanitize": "^1.8.2",
"angular-shims-placeholder": "^0.4.8",
"angular-ui-mask": "^1.8.7",
"availity-uikit": "^2.2.0",
"bootstrap": "^3.4.0",
"bootstrap-datepicker": "^1.7.1",
"jquery": "^3.6.0",
"lodash.debounce": "^4.0.8",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.isempty": "^4.4.0",
"lodash.isregexp": "^4.0.1",
"lodash.matches": "^4.6.0",
"lodash.union": "^4.6.0",
"moment": "^2.30.1",
"select2": "^3.5.2-browserify",
"tracekit": "^0.4.4",
"velocity-animate": "^1.3.1"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "false"
}
}