-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 Bytes
/
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
{
"name": "material-ui-browserify-gulp-example",
"version": "0.15.0",
"description": "Sample project that uses Material-UI",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui-browserify-gulp-example.git"
},
"scripts": {
"start": "gulp"
},
"private": true,
"devDependencies": {
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.8",
"pretty-hrtime": "^1.0.3",
"require-dir": "^0.3.1",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"material-ui": "^0.16.7",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-tap-event-plugin": "^2.0.1"
}
}