This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
118 lines (118 loc) · 3.52 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
110
111
112
113
114
115
116
117
118
{
"name": "alotta-modules",
"version": "0.0.1",
"dependencies": {
"animate.less": "^2.2.0",
"autoprefixer": "^6.0.3",
"babel-core": "^6.4.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-module-resolver": "^2.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^6.3.19",
"clean-webpack-plugin": "^0.1.16",
"core-decorators": "^0.12.3",
"css-loader": "^0.23.1",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.2.0",
"custom-event-polyfill": "^0.2.2",
"draft-js": "^0.11.0",
"ejs": "^2.5.6",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-import-resolver-webpack": "^0.5.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"express": "^4.15.2",
"express-http-proxy": "^0.11.0",
"font-awesome": "^4.7.0",
"fready": "^1.0.0",
"glob": "^7.1.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.2.0",
"gulp-cssnano": "^2.0.0",
"gulp-eol": "^0.1.1",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"happypack": "^3.0.3",
"highcharts": "^5.0.10",
"highcharts-solid-gauge": "^0.1.2",
"history": "^4.6.1",
"howler": "^1.1.28",
"imports-loader": "^0.6.5",
"jquery": "^2.2.0",
"jquery-ui": "1.10.5",
"js-cookie": "^2.1.3",
"json-loader": "^0.5.4",
"leftpad": "^0.0.0",
"less": "^2.7.2",
"lesshat": "^3.0.2",
"lodash": "^3.0.0",
"medium-draft": "^0.4.1",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"moment": "^2.18.1",
"moment-range": "^2.0.3",
"moment-timezone": "^0.5.13",
"password-policy": "0.0.2",
"postcss-reporter": "^1.2.1",
"progress": "^2.0.0",
"qs": "^6.1.0",
"raw-loader": "^0.5.1",
"rc-slider": "^6.1.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.3.0",
"react-addons-shallow-compare": "^15.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.1",
"react-draft-wysiwyg": "^1.6.5",
"react-dropzone": "^3.5.3",
"react-grid-layout": "^0.12.6",
"react-highcharts": "^11.5.0",
"react-hot-loader": "v3.0.0-beta.6",
"react-input-calendar": "^0.3.14",
"react-lazyload": "^2.2.5",
"react-measure": "^1.4.6",
"react-mixin": "^3.0.3",
"react-responsive": "^1.2.5",
"react-responsive-tabs": "^0.5.3",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-select-plus": "^1.0.0-rc",
"react-skylight": "^0.3.0",
"react-sortablejs": "^1.2.1",
"react-tappable": "^0.8.4",
"react-tooltip": "3.11.2",
"react-virtualized": "^7.19.4",
"react-waypoint": "^5.2.0",
"sortablejs": "^1.5.0-rc1",
"style-loader": "^0.13.0",
"stylelint": "^1.2.1",
"superagent": "^1.6.1",
"uglify-js": "^2.8.22",
"uuid": "^3.0.1",
"verge": "^1.9.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-hot-middleware": "^2.18.0",
"webpack-notifier": "^1.5.0",
"webpack-split-by-path": "^2.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"nan-as": "^1.6.1"
}
}