-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "bootreactor",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babelify": "^6.2.0",
"browser-sync": "^2.9.11",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.11",
"gulp": "^3.9.0",
"gulp-concat-css": "^2.2.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"es5-shim": "^4.3.1",
"history": "^1.12.6",
"jquery": "^1.9.1",
"lodash": "^3.10.1",
"react": "^0.14.8",
"react-addons-update": "^0.14.8",
"react-bootstrap": "^0.31.1",
"react-dom": "^0.14.8",
"react-dropzone": "^3.5.3",
"react-file-input": "^0.2.5",
"superagent": "^2.1.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$"
}
}