-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-toolbox-build4server",
"version": "0.16.2",
"description": "Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project",
"main": "./react-toolbox",
"scripts": {
"postinstall": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ofzza/react-toolbox-build4server.git"
},
"keywords": [
"react",
"react-toolbox",
"material-design",
"isomorphic",
"server-side",
"build"
],
"author": "ofzza",
"license": "MIT",
"bugs": {
"url": "https://github.com/ofzza/react-toolbox-build4server/issues"
},
"homepage": "https://github.com/ofzza/react-toolbox-build4server#readme",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"loader-utils": "^0.2.14",
"lodash": "^4.11.2",
"normalize.css": "^4.1.1",
"postcss": "^5.0.21",
"postcss-hash-classname": "^0.4.0",
"postcss-partial-import": "^1.3.0",
"postcss-scss": "^0.1.7",
"postcss-selector-parser": "^2.0.0",
"react-addons-css-transition-group": "^0.14.8",
"react-toolbox": "^0.16.2",
"through2": "^2.0.1"
}
}