This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 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
{
"name": "CPDBFlux",
"version": "0.0.3",
"description": "Example Flux architecture.",
"repository": "https://github.com/facebook/flux",
"main": "allegation/static/allegation/js/app.js",
"dependencies": {
"babelify": "^7.2.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.5",
"bootstrap-datepicker": "^1.4.1",
"chart.js": "~1.0.2",
"classnames": "^2.1.3",
"d3": "^3.5.6",
"fbjs": "https://registry.npmjs.org/fbjs/-/fbjs-0.1.0-alpha.7.tgz",
"flux": "^2.0.1",
"formsy-react": "^0.17.0",
"hashids": "^1.0.2",
"history": "^1.13.1",
"ismobilejs": "^0.3.9",
"jquery": "~2.1.4",
"jquery-validation": "^1.14.0",
"jquery.cookie": "^1.4.1",
"jquery.scrollto": "^2.1.2",
"keymirror": "~0.1.0",
"leaflet.heat": "~0.1.3",
"leaflet.markercluster": "0.4.0",
"lodash": "~3.10.0",
"mapbox.js": "~2.2.1",
"medium-editor": "^5.8.2",
"moment": "^2.10.3",
"mousetrap": "^1.5.3",
"numeral": "^1.5.3",
"object-assign": "^1.0.0",
"pluralize": "~1.1.2",
"react": "^0.14.6",
"react-addons-css-transition-group": "^0.14.3",
"react-addons-pure-render-mixin": "^0.14.3",
"react-chartjs": "^0.6.0",
"react-cookie": "^0.4.2",
"react-date-picker": "^3.1.7",
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.0",
"react-dom": "^0.14.3",
"react-dropzone": "^3.3.2",
"react-infinite": "^0.6.0",
"react-medium-editor": "^1.6.1",
"react-mini-router": "^2.0.0",
"react-modal": "^0.6.1",
"react-router": "^2.0.0-rc5",
"react-select": "^0.6.12",
"react-tag-input": "^2.0.2",
"react-tooltip": "^1.0.3",
"slug": "^0.9.1",
"slugify": "^0.1.1",
"string": "^3.3.1",
"superagent": "^1.5.0",
"toastr": "^2.1.2"
},
"devDependencies": {
"browserify": "^6.2.0",
"del": "^2.2.0",
"envify": "^3.0.0",
"eslint": "^2.0.0",
"eslint-plugin-react": "^3.16.1",
"faker": "^3.1.0",
"gulp": "^3.9.1",
"gulp-env": "^0.4.0",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.7",
"gulp-util": "^3.0.7",
"mochify": "^2.16.0",
"react-addons-perf": "0.14.3",
"react-addons-test-utils": "0.14.3",
"react-stub-context": "^0.4.0",
"react-tools": "~0.13.3",
"reactify": "^0.15.2",
"run-sequence": "^1.1.5",
"should": "^8.2.2",
"sinon": "^1.17.3",
"timekeeper": "0.0.5",
"uglify-js": "~2.4.15",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "NODE_PATH=allegation/static/allegation/js:dashboard/static/dashboard/js mochify --recursive allegation/static/allegation/js/tests/",
"test_mobile": "NODE_PATH=mobile/static/mobile/js mochify --recursive mobile/static/mobile/js/tests/ -R spec"
},
"author": "Stefan Georg",
"browserify": {
"transform": [
"reactify",
"envify"
]
}
}