-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.69 KB
/
package.json
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
{
"name": "React_starter_kit",
"version": "0.0.1",
"description": "No descr",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/slavik-m/RxReact-Chat.git"
},
"keywords": [
"React",
"FLUX",
"FLUXXOR"
],
"author": "slavik-m",
"license": "MIT",
"bugs": {
"url": "https://github.com/slavik-m/RxReact-Chat/issues"
},
"homepage": "https://github.com/slavik-m/RxReact-Chat",
"dependencies": {
"babel-runtime": "^5.6.5",
"compression": "^1.5.0",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.1.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"file-loader": "^0.8.3",
"isomorphic-fetch": "^2.0.2",
"lodash": "^3.9.1",
"react": "^0.13.2",
"react-router": "^0.13.3",
"serve-static": "^1.9.3",
"url-loader": "^0.5.5"
},
"devDependencies": {
"babel": "^5.2.17",
"babel-core": "^5.2.17",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"brfs": "^1.4.0",
"browser-sync": "^2.6.5",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-express": "^0.3.5",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-size": "^1.2.1",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^1.1.1",
"gulp-util": "^3.0.4",
"gulp-webpack-build": "^0.8.0",
"minimist": "^1.1.1",
"run-sequence": "^1.1.0",
"transform-loader": "^0.2.2",
"webpack": "^1.8.11"
}
}