UNPKG

1.47 kBJSONView Raw
1{
2 "name": "gulp-ui5-eager-preload",
3 "version": "1.19.1",
4 "main": "index.js",
5 "author": {
6 "name": "Theo Sun",
7 "email": "theo.sun@sap.com"
8 },
9 "scripts": {
10 "clean": "rm -rf lib",
11 "test": "jest",
12 "release": "standard-version --commit-all --no-verify && git push --follow-tags origin master"
13 },
14 "devDependencies": {
15 "@commitlint/cli": "^8",
16 "@commitlint/config-conventional": "^8",
17 "@types/jest": "^24.0.18",
18 "eslint": "^5.16.0",
19 "husky": "^2.3.0",
20 "jest": "^24.9.0",
21 "standard-version": "^6.0.1"
22 },
23 "dependencies": {
24 "@babel/parser": "^7.6.3",
25 "@babel/traverse": "^7.6.3",
26 "ansi-colors": "^3.2.4",
27 "deepdash": "^1.9.5",
28 "fancy-log": "^1.3.3",
29 "find-node-modules": "^2.0.0",
30 "glob": "^7.1.3",
31 "graphlib": "^2.1.7",
32 "lodash": "^4.17.15",
33 "node-fetch": "^2.3.0",
34 "plugin-error": "^1.0.1",
35 "recast": "^0.18.3",
36 "rollup": "^1.16.4",
37 "rollup-plugin-commonjs": "^10.0.1",
38 "rollup-plugin-json": "^4.0.0",
39 "rollup-plugin-node-resolve": "^5.2.0",
40 "rollup-plugin-replace": "^2.2.0",
41 "rollup-plugin-uglify": "^6.0.0",
42 "through2": "^2.0.3",
43 "uglify-js": "^3.6.0",
44 "vinyl": "^2.2.0",
45 "xml2js": "^0.4.19"
46 },
47 "license": "MIT",
48 "husky": {
49 "hooks": {
50 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
51 }
52 },
53 "repository": {
54 "type": "git",
55 "url": "https://github.com/Soontao/gulp-ui5-eager-preload"
56 }
57}