-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.97 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.97 KB
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
{
"name": "cloudux-starter-kit-react",
"version": "1.0.0",
"description": "Starter kit for UX developers in CloudUX - React",
"main": "build/index.js",
"scripts": {
"start": "node --inspect scripts/start.js",
"build": "webpack --mode production --config ./node_modules/cloudux-starter-kit/lib/connector/config/webpack.prod.config.js --display-error-details",
"lint-fix": "eslint --ext .jsx --ext .js --fix ./src",
"test": "jest"
},
"keywords": [
"CloudUX",
"UI",
"Toolkit",
"React"
],
"author": "Michał Oleszczuk <michal.oleszczuk@avid.com>",
"license": "SEE LICENSE IN EULA.md",
"dependencies": {
"axios": "^0.18.0",
"base64-img": "^1.0.4",
"cloudux-l10n": "^1.0.1",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-image": "^1.4.1",
"react-menu-list": "^5.0.1",
"react-redux": "^5.0.7",
"react-tabs": "^2.2.2",
"react-test-renderer": "^16.4.2",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-form": "^7.4.2",
"redux-immutable": "^4.0.0",
"redux-mock-store": "^1.5.3",
"redux-saga": "^0.16.0",
"request": "^2.88.0",
"reselect": "^3.0.1",
"tachyons": "^4.11.1"
},
"devDependencies": {
"autoprefixer": "^9.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-generator": "^6.26.1",
"babel-jest": "^23.4.2",
"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",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.2",
"cloudux-bootstrap": "0.0.2",
"cloudux-starter-kit": "2.0.0",
"css-loader": "^1.0.0",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.2.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.1.0",
"html-loader": "^0.5.5",
"http-proxy-middleware": "^0.18.0",
"jest": "^23.5.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.1.0",
"spdy": "^3.4.7",
"style-loader": "^0.22.1",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-merge": "^4.1.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.10"
}
}