forked from BerkeleyTrue/react-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (40 loc) · 1.01 KB
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
{
"name": "react-material",
"version": "0.3.2",
"repository" : {
"type" : "git",
"url" : "https://github.com/SanderSpies/react-material.git"
},
"keywords": [
"react-component"
],
"scripts": {
"preinstall": "git submodule update -i -r"
},
"devDependencies": {
"browser-sync": "^1.4.0",
"css-loader": "^0.9.0",
"react-style-webpack-plugin": "git+https://github.com/js-next/react-style-webpack-plugin.git",
"extract-text-webpack-plugin": "git+https://github.com/SanderSpies/extract-text-webpack-plugin.git",
"file-loader": "^0.8.1",
"gulp": "^3.8.8",
"gulp-rimraf": "^0.1.1",
"gulp-gjslint": "^0.1.2",
"gulp-react": "^1.0.1",
"gulp-webpack": "^0.3.0",
"html-loader": "0.2.3",
"jsx-loader": "^0.12.0",
"react-style": "^0.3.0",
"style-loader": "^0.8.1",
"webpack": "^1.4.5"
},
"peerDependencies": {
"react": "^0.12.0",
"react-style": "^0.3.0"
},
"browserify" : {
"transform" : [
["reactify", {"es6": true}]
]
}
}