-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 2.84 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 2.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "devdocs-js",
"private": true,
"version": "0.0.1",
"description": "reactUI devdocs-js",
"repository": "https://github.com/webcoding/devdocs-js",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "./node_modules/.bin/_mocha --compilers js:babel/register",
"docs-dev": "webpack --config webpack-docs.config.js --watch",
"docs-publish": "webpack --config webpack-docs.config.js --min"
},
"browserify": {
"transform": [
[
"reactify",
"babelify",
{
"es6": true
}
]
]
},
"dependencies": {
"classnames": "^2.1.3",
"pubsub-js": "^1.5.2",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "1.0.0-beta4",
"qwest": "^2.0.7",
"purecss": "^0.6.0"
},
"devDependencies": {
"MD5": "^1.3.0",
"babel": "^5.5.8",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.26",
"babel-loader": "^5.1.3",
"babelify": "^6.1.2",
"browser-sync": "^2.6.4",
"browserify": "^10.2.1",
"browserify-shim": "^3.8.7",
"chai": "^3.0.0",
"css-loader": "^0.14.4",
"del": "^1.1.1",
"es5-shim": "^4.1.14",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"eslint-plugin-react": "^2.5.0",
"events": "^1.0.2",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"flux": "^2.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-eslint": "^0.12.0",
"gulp-imagemin": "^2.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-md5-plus": "^0.1.7",
"gulp-minify-html": "0.1.5",
"gulp-nodemon": "^2.0.4",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.3",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.4",
"history": "^1.8.4",
"jszip": "^2.5.0",
"koa": "^0.21.0",
"koa-body": "^1.2.1",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash.assign": "^3.2.0",
"lodash.clone": "^3.0.3",
"lodash.isequal": "^3.0.4",
"lodash.sortby": "^3.1.5",
"material-design-iconic-font": "^2.1.1",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"run-sequence": "^1.0.1",
"stats-webpack-plugin": "^0.1.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"peerDependencies": {
"react": "*"
},
"browser": {},
"browserify-shim": {
"react-dom": "global:ReactDOM",
"react": "global:React"
}
}