forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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-docs",
"version": "0.0.1",
"description": "Documentation site for material-ui",
"private": true,
"browser": {
"mui": "../src/index.js",
"react": "react/addons"
},
"browserify": {
"transform": [
"reactify"
]
},
"devDependencies": {
"browser-sync": "^1.6.5",
"browserify": "^6.3.2",
"gulp": "^3.8.10",
"gulp-less": "^1.3.6",
"gulp-notify": "^2.0.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.1",
"pretty-hrtime": "^0.2.2",
"reactify": "^0.16.0",
"require-dir": "^0.1.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"dependencies": {
"highlight.js": "^8.3.0",
"react": "^0.12.0",
"react-router": "^0.10.2"
}
}