-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "Backbone-React-Browserify-Gulp",
"version": "0.0.1",
"author": "Dylan O'Carroll",
"dependencies": {
"backbone": "~1.1.2",
"bootstrap-datepicker": "^1.8.0",
"browserify": "^16.2.2",
"connect-history-api-fallback": "0.0.5",
"dotenv": "^1.2.0",
"flux": "^2.0.1",
"gulp": "^4.0.0",
"gulp-archiver": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^5.5.0",
"gulp-preprocess": "^3.0.1",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.1",
"jquery": "^3.3.1",
"keymirror": "~0.1.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"object-assign": "^1.0.0",
"react": "~0.13",
"reactify": "~1.0.0",
"select2": "^3.5.2-browserify",
"select2-bootstrap-css": "^1.4.6",
"seq": "^0.3.5",
"stringify": "^5.2.0",
"vinyl-source-stream": "~1.0.0",
"vinyl-transform": "~1.0.0"
},
"browserify": {
"transform": [
"reactify",
"stringify"
]
},
"engines": {
"node": "4.2.6"
},
"scripts": {
"start": "node_modules/.bin/gulp --harmony"
},
"keywords": [
"backbone",
"react",
"browserify",
"gulp",
"generator"
]
}