-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 1.91 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
{
"name": "chezcosa",
"version": "0.0.1",
"dependencies": {
"axios": "^0.5.4",
"chart.js": "^1.0.2",
"firebase": "^2.2.7",
"firebase-token-generator": "^2.0.0",
"flux": "^2.0.3",
"immutable": "^3.7.3",
"joi": "^6.6.1",
"lodash": "^3.9.3",
"material-ui": "^0.13.3",
"nostradamus": "^0.1.0",
"object-assign": "^4.0.1",
"react": "^0.14.0",
"react-bootstrap": "^0.23.0",
"react-chartjs": "^0.6.0",
"react-dom": "^0.14.0",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.2.0",
"rx": "^2.5.3",
"sass": "^0.5.0"
},
"devDependencies": {
"browser-sync": "latest",
"browserify-shim": "^3.8.0",
"del": "~0.1.3",
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-imagemin": "latest",
"gulp-jest": "~0.2.2",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "~0.7.0",
"gulp-ruby-sass": "~0.7.1",
"gulp-size": "~1.1.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.0.2",
"gulp-useref": "~0.4.4",
"gulp-util": "~3.0.1",
"gulp-webserver": "latest",
"jest-cli": "latest",
"jshint-jsx": "^0.4.1",
"jshint-stylish": "^2.0.0",
"jsxhint": "^0.15.1",
"main-bower-files": "~2.6.2",
"react-tools": "latest",
"reactify": "latest",
"strip-debug": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "~2.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true
}
]
]
},
"browser": {
"jquery": "./bower_components/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$"
}
}