forked from zetkin/organize.zetk.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.37 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
{
"name": "zetkin-organizer-dashboard",
"author": "Richard Olsson",
"repository": {
"type": "git",
"url": "git://github.com/zetkin/organizer-dashboard.git"
},
"version": "13.0.1",
"main": "app",
"scripts": {
"postinstall": "./bin/npm/postinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"animated-scrollto": "^1.1.0",
"array.prototype.find": "^1.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"body-parser": "^1.15.2",
"browser-filesaver": "^1.1.1",
"bugsnag": "^1.6.4",
"classnames": "^2.1.3",
"cookie-cutter": "^0.1.1",
"cookie-parser": "^1.3.5",
"del": "^1.1.1",
"envify": "^3.4.0",
"eventemitter3": "^0.1.6",
"express": "^4.12.3",
"express-ws": "^0.2.6",
"express-zetkin-auth": "~1.2.1",
"flat": "^2.0.1",
"fuse.js": "^3.0.0",
"geodist": "^0.2.1",
"gulp": "^3.8.10",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^1.0.1",
"gulp-jsxcs": "^0.1.8",
"gulp-newer": "^1.1.0",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.4.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"helmet": "~3.12.1",
"intl": "^1.2.5",
"lodash.debounce": "^4.0.8",
"negotiator": "^0.6.1",
"node-yaml": "^3.0.3",
"object-subset": "0.0.4",
"raven": "^1.2.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.0.1",
"react-async": "^2.1.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.2",
"react-dropzone": "^3.9.2",
"react-intl-redux": "^0.1.0",
"react-redux": "^4.4.5",
"react-rte": "^0.11.0",
"recursive-readdir": "^2.1.0",
"redux": "^3.5.2",
"redux-batched-subscribe": "^0.1.6",
"redux-promise-middleware": "^3.0.0",
"run-sequence": "^1.0.2",
"scroll": "^2.0.0",
"sugar-date": "^2.0.4",
"webpack": "^2.2.1",
"worker-loader": "^0.8.1",
"ws": "^0.7.2",
"xlsx": "^0.8.0",
"zetkin": "~1.2.0"
},
"devDependencies": {
"concurrently": "^3.1.0",
"gulp-watch": "^4.3.11",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^2.2.1"
}
}