-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.1 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
105
106
107
108
109
{
"name": "Promo",
"version": "1.0.0",
"description": "React Redux App",
"main": "index.js",
"repository": {},
"keywords": [
"react",
"app"
],
"author": "Alexander Kiselev",
"license": "ISC",
"dependencies": {
"babel-loader": "^7.0.0",
"classnames": "^2.2.5",
"core-js": "^2.4.1",
"crypto-js": "^3.1.9-1",
"fs": "0.0.1-security",
"gulp-util": "^3.0.8",
"jquery": "*",
"konva": "^1.6.8",
"lodash": "^4.17.4",
"moment": "^2.18.0",
"promise-file-reader": "^1.0.0",
"prop-types": "^15.5.8",
"rc-calendar": "^8.4.6",
"rc-slider": "^8.3.1",
"react": "^15.6.1",
"react-avatar-cropper": "^0.1.3",
"react-avatar-editor": "^10.2.1",
"react-canvas": "^1.3.0",
"react-circular-progressbar": "^0.2.1",
"react-dom": "^15.4.2",
"react-html5video": "^2.3.0",
"react-input-mask": "^0.7.9",
"react-konva": "^1.1.4",
"react-nouislider": "^2.0.0",
"react-radial-menu": "^0.1.0",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-share": "^1.16.0",
"react-social-icons": "^2.7.0",
"react-swipeable": "^4.1.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"url": "^0.11.0",
"url-search-params-polyfill": "^1.2.0",
"webpack": "^2.4.1",
"whatwg-fetch": "^2.0.3",
"word-wrapper": "^1.0.7"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-module-resolver": "^2.6.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"connect-modrewrite": "^0.10.1",
"credit-card-type": "^5.0.1",
"css-loader": "^0.28.0",
"del": "^2.1.0",
"envify": "^4.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"excludify": "^1.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-base64-image": "^1.0.4",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.3",
"gulp-eslint": "^3.0.1",
"gulp-git": "^0.5.6",
"gulp-image": "^2.10.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "~1.1.0",
"gulp-util": "^4.0.0",
"http-proxy-middleware": "^0.17.4",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"react-dropzone": "^3.13.4",
"react-hot-loader": "^3.0.0-beta.6",
"require-dir": "^0.3.2",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}