forked from ManageIQ/manageiq-ui-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.47 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
{
"name": "manageiq",
"version": "1.0.0",
"description": "ManageIQ Cloud Management Platform",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"test:current": "jest --watch",
"lint": "eslint -c app/javascript/.eslintrc.js --fix app/javascript || exit 0",
"stylelint": "stylelint 'app/**/*css'"
},
"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",
"angular": "~1.6.6",
"angular-animate": "~1.6.6",
"angular-sanitize": "~1.6.6",
"base64-js": "~1.2.3",
"core-js": "~2.4.1",
"jquery": "~2.2.4",
"lodash": "^4.17.4",
"ng-redux": "^3.5.2",
"prop-types": "^15.6.0",
"proxy-polyfill": "^0.1.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"redux-devtools-extension": "^2.13.2",
"rxjs": "~5.3.0",
"text-encoder-lite": "~1.0.1",
"ui-select": "0.19.8",
"zone.js": "~0.8.5"
},
"devDependencies": {
"@types/angular": "1.6.29",
"@types/angular-mocks": "^1.5.11",
"@types/jasmine": "^2.8.6",
"@types/jest": "^22.1.3",
"@types/redux": "^3.6.0",
"angular-mocks": "^1.6.9",
"autoprefixer": "~6.7.7",
"babel-core": "~6.24.1",
"babel-eslint": "~6.0.4",
"babel-jest": "^22.0.0",
"babel-loader": "~7.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"compression-webpack-plugin": "~0.4.0",
"css-loader": "~0.28.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-angular": "~0.5.0",
"eslint-config-standard": "~6.2.1",
"eslint-plugin-angular": "~1.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "~3.3.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "~2.0.1",
"extract-text-webpack-plugin": "~2.1.0",
"file-loader": "~0.11.1",
"glob": "~7.1.1",
"jest": "^22.0.6",
"jest-cli": "^22.0.0",
"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",
"resolve-url-loader": "^2.0.2",
"sass-loader": "~6.0.3",
"style-loader": "~0.16.1",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"ts-jest": "^22.0.4",
"ts-loader": "~2.0.3",
"typescript": "~2.2.2",
"webpack": "~3.2.0",
"webpack-dev-server": "~2.4.2",
"webpack-manifest-plugin": "~1.1.0",
"webpack-merge": "~4.1.0"
},
"engines": {
"node": ">= 6.9.1",
"npm": ">= 3.10.3",
"yarn": ">= 0.20.1"
}
}