-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "material-ui-example-browserify",
"version": "0.15.0-alpha.1",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"scripts": {
"start": "gulp",
"deploy": "gulp build && gulp minify && firebase deploy"
},
"private": true,
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.0",
"browserify": "^13.0.0",
"connect-history-api-fallback": "^1.2.0",
"eslint": "^2.7.0",
"gulp": "^3.8.10",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.1",
"pretty-hrtime": "^1.0.1",
"require-dir": "^0.3.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.6.1"
},
"dependencies": {
"firebase": "^2.4.1",
"lodash": "^4.17.2",
"material-ui": "^0.16.5",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-dragula": "^1.1.17",
"react-redux": "^5.0.1",
"react-router": "^2.4.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-form": "^6.3.2",
"redux-thunk": "^2.1.0"
}
}