-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.5 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
{
"name": "openui5-starter-kit",
"version": "6.0.0",
"description": "An OpenUI5 app build with webpack.",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackerstolz/openui5-starter-kit.git"
},
"author": "Jascha Quintern <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackerstolz/openui5-starter-kit/issues"
},
"homepage": "https://github.com/hackerstolz/openui5-starter-kit#readme",
"dependencies": {
"redux": "^3.6.0",
"redux-actions": "^1.1.0",
"redux-localstorage": "^0.4.1",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-flow-comments": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-ui5": "^6.1.0",
"babel-runtime": "^6.20.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-ui5-lib": "^1.0.0",
"gulp-watch": "^4.3.6",
"less-plugin-autoprefix": "^1.5.1",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5"
}
}