forked from ManageIQ/manageiq-ui-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.06 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
{
"name": "manageiq",
"version": "1.0.0",
"description": "ManageIQ Cloud Management Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManageIQ/manageiq.git"
},
"author": "ManageIQ",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ManageIQ/manageiq/issues"
},
"homepage": "https://github.com/ManageIQ/manageiq#readme",
"dependencies": {
"@angular/common": "^4.0.3",
"@angular/compiler": "^4.0.3",
"@angular/core": "^4.0.3",
"@angular/platform-browser": "^4.0.3",
"@angular/platform-browser-dynamic": "^4.0.3",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.4.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.5",
"compression-webpack-plugin": "^0.4.0",
"core-js": "^2.4.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"glob": "^7.1.1",
"js-yaml": "^3.8.3",
"node-sass": "^4.5.2",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^1.3.3",
"postcss-smart-import": "^0.6.11",
"precss": "^1.4.0",
"rails-erb-loader": "^5.0.0",
"rxjs": "^5.3.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"webpack": "^2.4.1",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0",
"zone.js": "^0.8.5"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^3.9.1",
"eslint-config-angular": "^0.5.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-angular": "^1.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^2.0.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"ui-select": "0.19.8"
},
"engines": {
"node": ">= 6.9.1",
"npm": ">= 3.10.3"
}
}