-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 935 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
36
37
38
39
40
41
42
43
{
"name": "material-ui-example",
"version": "0.7.0",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"scripts": {
"start": "gulp"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"devDependencies": {
"browser-sync": "^1.8.1",
"browserify": "^7.0.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-less": "^3.0.0",
"gulp-notify": "^2.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
"pretty-hrtime": "^0.2.2",
"reactify": "^0.17.1",
"require-dir": "^0.1.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"dependencies": {
"material-ui": "^0.7.0",
"react": "^0.12.2",
"react-tap-event-plugin": "^0.1.3"
}
}