This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
104 lines (104 loc) · 2.55 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
{
"name": "varapp-frontend-react",
"version": "1.1.1",
"dependencies": {
"events": "^1.0.2",
"fixed-data-table": "^0.6.0-rc1",
"flux": "^2.0.3",
"history": "^2.1.1",
"install": "^0.7.3",
"jquery": "^2.1.4",
"jwt-decode": "^2.0.1",
"keymirror": "^0.1.1",
"lodash": "^4.3.0",
"npm": "^3.8.8",
"numeral": "^1.5.3",
"object-assign": "^4.1.0",
"react": "^0.14.7",
"react-addons-linked-state-mixin": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.7",
"react-bootstrap": "^0.29.3",
"react-dimensions": "^1.2.0",
"react-dom": "^0.14.2",
"react-intl": "^1.2.0",
"react-mixin": "^3.0.0",
"react-router": "^2.0.0",
"react-select": "^1.0.0-beta5",
"sprintf": "^0.1.5",
"toastr": "^2.1.2",
"warning": "^2.1.0",
"when": "^3.7.7"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.10.0",
"browserify-shim": "^3.8.0",
"del": "^2.2.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "~1.0.1",
"gulp-babel": "^6.1.0",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.4.4",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-gzip": "^1.1.0",
"gulp-imagemin": "latest",
"gulp-jsdoc": "^0.1.4",
"gulp-load-plugins": "~1.2.2",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-react": "^3.0.1",
"gulp-ruby-sass": "0.7.1",
"gulp-size": "~2.1.0",
"gulp-strip-debug": "^1.0.2",
"gulp-tar": "^1.4.0",
"gulp-uglify": "^1.0.2",
"gulp-useref": "~3.1.0",
"gulp-util": "^3.0.6",
"gulp-webserver": "latest",
"harmonize": "^1.4.4",
"jsdoc": "^3.3.0",
"jsdoc-react": "^0.3.2",
"jsdom": "^6.2.0",
"main-bower-files": "~2.13.0",
"minami": "^1.1.0",
"mocha": "^2.3.0",
"reactify": "latest",
"sinon": "^1.14.1",
"strip-debug": "^1.0.1",
"testdom": "^2.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.4.0"
},
"engines": {
"node": "~0.10.0",
"iojs": ">= 1.0.3"
},
"scripts": {
"test": "mocha --compilers .:tests/compiler.js tests/*test.js"
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true
}
]
]
},
"browser": {
"jquery": "./app/bower_components/jquery/dist/jquery.js",
"jsdom": false
},
"browserify-shim": {
"jquery": "$"
}
}