-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.01 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
{
"name": "@beer-garden/addons",
"version": "3.4.1",
"description": "Awesome Addons for Angular Schema Form.",
"main": "dist/addons.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"watch": "webpack --watch --config webpack.config.prod.js",
"build-demo": "webpack --config webpack.config.demo.js",
"serve": "webpack-dev-server --config webpack.config.demo.js"
},
"keywords": [
"angular-schema-form"
],
"author": "The Beergarden Team",
"contributors": [],
"license": "MIT",
"dependencies": {
"crypto-js": "4.2.0"
},
"peerDependencies": {
"angular": "^1.6.5",
"angular-schema-form": "1.0.0-alpha.4",
"angular-schema-form-bootstrap": "1.0.0-alpha.4",
"angular-ui-bootstrap": "^2.5.0",
"bootstrap": "^3.3.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": "^3.2.1",
"tv4": "^1.3.0"
},
"devDependencies": {
"angular": "^1.6.5",
"angular-cookies": "^1.6.6",
"angular-mocks": "^1.6.5",
"angular-sanitize": "^1.6.5",
"angular-schema-form": "1.0.0-alpha.4",
"angular-schema-form-bootstrap": "1.0.0-alpha.4",
"angular-strap": "^2.3.12",
"angular-ui-bootstrap": "^2.5.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^3.3.7",
"css-loader": "^0.28.4",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"file-loader": "^1.1.5",
"html-loader": "^0.5.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jquery": "^3.2.1",
"moment": "^2.19.1",
"moment-timezone": "^0.4.0",
"ngtemplate-loader": "^2.0.1",
"objectpath": "^1.2.1",
"phantomjs-polyfill": "0.0.2",
"style-loader": "^0.19.0",
"tv4": "^1.3.0",
"url-loader": "^0.6.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/beer-garden/angular-schema-form-addons.git"
}
}