-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 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
{
"name": "cloudux-starter-kit",
"version": "2.1.13",
"description": "Starter kit for UI developers in CloudUX",
"main": "build/index.js",
"scripts": {
"build": "webpack --mode production --config ./node_modules/cloudux-starter-kit/lib/connector/config/webpack.prod.config.js",
"buildFeaturePack": "node ./scripts/buildFeaturePack.js",
"buildImage": "node ./scripts/buildImage.js",
"lint-fix": "eslint --ext .jsx --ext .js --fix ./src",
"publish": "node ./scripts/publish.js",
"start": "node --inspect scripts/start.js",
"test": "jest"
},
"keywords": [
"CloudUX",
"UI",
"Toolkit"
],
"author": "Michał Oleszczuk <[email protected]>",
"license": "SEE LICENSE IN EULA.md",
"dependencies": {
"base64-img": "1.0.4",
"cloudux-starter-kit": "2.1.13",
"mediacentral-publish": "^0.3.2",
"mediacentral-sign": "^0.1.1"
},
"devDependencies": {
"autoprefixer": "9.6.1",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"brotli-webpack-plugin": "1.0.0",
"compression-webpack-plugin": "1.1.12",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.1",
"eslint": "5.16.0",
"eslint-loader": "2.2.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"html-loader": "0.5.5",
"http-proxy-middleware": "0.18.0",
"mini-css-extract-plugin": "0.4.4",
"node-fetch": "^2.6.1",
"postcss-loader": "3.0.0",
"progress-bar-webpack-plugin": "1.12.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.35.1",
"sass-loader": "7.3.1",
"spdy": "3.4.7",
"style-loader": "0.22.1",
"webpack": "4.35.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "4.2.2"
}
}