-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.14 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
98
99
100
101
102
103
104
{
"name": "cloudux-starter-kit-react",
"version": "0.1.0",
"description": "Starter kit for UX developers in CloudUX - React",
"main": "build/index.js",
"scripts": {
"start": "node --inspect scripts/start.js",
"build": "webpack --config ./config/webpack.prod.config.js --display-error-details",
"lint-fix": "eslint --ext .jsx --ext .js --fix ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CloudUX",
"UI",
"Toolkit",
"React"
],
"author": "Michał Oleszczuk <michal.oleszczuk@avid.com>",
"license": "SEE LICENSE IN EULA.md",
"dependencies": {
"async": "2.6.0",
"autoprefixer": "8.2.0",
"axios": "0.18.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-generator": "6.26.1",
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"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.6.1",
"babel-preset-react": "6.24.1",
"cloudux-bootstrap": "0.0.1",
"cloudux-l10n": "1.0.1",
"compression-webpack-plugin": "1.1.11",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-react-app": "2.1.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jest": "21.15.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-standard": "3.0.1",
"express": "4.16.3",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"fs-sync": "1.0.4",
"html-loader": "0.5.5",
"http-proxy-middleware": "0.18.0",
"identity-obj-proxy": "3.0.0",
"immutable": "3.8.2",
"invariant": "2.2.4",
"jest": "22.4.3",
"lodash": "4.17.5",
"moment": "2.22.0",
"node-sass": "4.8.3",
"postcss": "6.0.21",
"postcss-loader": "2.1.3",
"progress-bar-webpack-plugin": "1.11.0",
"prop-types": "15.6.1",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-image": "1.3.1",
"react-menu-list": "5.0.0",
"react-redux": "5.0.7",
"react-tabs": "2.2.1",
"react-test-renderer": "16.3.1",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.2",
"redux-form": "7.3.0",
"redux-immutable": "4.0.0",
"redux-mock-store": "1.5.1",
"redux-saga": "0.16.0",
"request": "2.85.0",
"require-dir": "1.0.0",
"reselect": "3.0.1",
"resolve-url-loader": "2.3.0",
"rimraf": "2.6.2",
"sass-loader": "6.0.7",
"spdy": "3.4.7",
"style-loader": "0.20.3",
"tachyons": "^4.11.1",
"url-loader": "1.0.1",
"ui-toolkit-common-example": "^0.1.0",
"webpack": "3.10.0",
"webpack-merge": "4.1.2"
},
"devDependencies": {
"webpack-dev-server": "3.0.0"
}
}