forked from ovh-ux/ovh-manager-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ovh-manager-web",
"version": "13.4.17",
"description": "OVH Control Panel Web UI",
"main": "server/app.js",
"dependencies": {
"babel-core": "^6.9.1",
"babel-plugin-transform-class-properties": "~6.24.1",
"babel-plugin-transform-object-assign": "~6.22.0",
"babel-preset-es2015": "~6.24.1",
"body-parser": "^1.12.4",
"bower": "~1.8.2",
"chart.js": "^2.7.2",
"composable-middleware": "^0.3.0",
"connect-livereload": "~0.5.4",
"cookie": "^0.3.1",
"ejs": "~2.5.5",
"express": "~4.16.2",
"glob": "^7.1.1",
"ipaddr.js": "git+https://github.com/whitequark/ipaddr.js",
"jsontoxml": "latest",
"lodash": "~3.10.1",
"matchdep": "~0.3.0",
"morgan": "~1.6.1",
"office-ui-fabric-react": "^4.35.2",
"ovh-angular-tail-logs": "^1.1.1",
"properties": "latest",
"request": "^2.51.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.6.0",
"base64url": "^2.0.0",
"bootstrap": "^3.3.7",
"chalk": "^2.3.2",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"grunt": "~0.4.1",
"grunt-babel": "~7.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-htmlmin": "~0.6.0",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-eslint": "^21.0.0",
"grunt-express-server": "~0.5.1",
"grunt-force-task": "^2.0.0",
"grunt-newer": "~1.1.1",
"grunt-ng-annotate": "~1.0.1",
"grunt-ng-constant": "~1.1.0",
"grunt-prettier-eslint": "^0.1.0",
"grunt-sass": "^2.0.0",
"grunt-templater": "0.0.4-1",
"grunt-text-replace": "~0.3.8",
"grunt-usemin": "~3.1.1",
"husky": "^0.13.3",
"jasmine-core": "^2.3.4",
"jasmine-expect": "git+https://github.com/errok/Jasmine-Matchers.git#master",
"jasmine-spec-reporter": "^2.4.0",
"jasmine2-protractor-utils": "^1.2.1",
"jit-grunt": "^0.9.1",
"jshint-stylish": "~2.1.0",
"less-plugin-remcalc": "0.0.1",
"npm-bower-sync-ver": "^1.1.2",
"npm-scripts-config": "0.0.2",
"npm-scripts-conventional-changelog": "^0.1.0",
"ovh-protractor-jasmine2-logs-reporter": "0.0.1",
"prettier-eslint": "^6.2.2",
"protractor-jasmine2-screenshot-reporter": "^0.3.0",
"spdy": "^3.4.7",
"time-grunt": "~1.2.2"
},
"engines": {
"node": ">=8"
},
"scripts": {
"update-webdriver": "node node_modules/.bin/webdriver-manager update",
"commit": "npm-scripts-config commit",
"commitmsg": "npm-scripts-config commitmsg",
"version": "npm-scripts-config version && npm-bower-sync-ver && git add bower.json",
"postversion": "git push && git push --tags",
"preview-changelog": "npm-scripts-config preview-changelog"
},
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}