-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.81 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.81 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
{
"name": "react-components-manager",
"version": "1.0.10-alpha.4",
"description": "manage react components server render",
"main": "src/index.js",
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"envify": "^3.4.1",
"enzyme": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jsdom": "^8.0.1",
"less": "^2.7.1",
"less-plugin-autoprefix": "^1.5.1",
"mocha": "^2.4.5",
"react-addons-test-utils": "^0.14.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^5.0.0"
},
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"dev": "gulp",
"test": "mocha ./test/.setup.js ./test/*.js"
},
"author": "ctyloading",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looading/reactComponentsManager.git"
},
"keywords": [
"manage",
"react",
"components",
"server",
"render"
],
"bugs": {
"url": "https://github.com/looading/reactComponentsManager/issues"
},
"homepage": "https://github.com/looading/reactComponentsManager#readme"
}