-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.12 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "react-fluxible-boilerplate",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"test": "node test.js",
"start": "node ./run.js"
},
"engines": {
"node": "5.1.1"
},
"author": "Zoover",
"repository": {
"type": "git",
"url": "git://github.com/zoover/react-fluxible-boilerplate.git"
},
"license": "ISC",
"keywords": [
"flux",
"fluxible",
"react",
"boilerplate"
],
"dependencies": {
"babel-core": "^6.1.2",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"bootstrap": "git+https://github.com/twbs/bootstrap.git#v4-dev",
"express": "^4.13.3",
"fluxible": "^1.0.3",
"fluxible-addons-react": "^0.2.0",
"fluxible-plugin-fetchr": "^0.3.8",
"fluxible-router": "^0.3.1",
"gulp-sass-glob": "git+https://github.com/zoover/gulp-sass-glob.git",
"jsonfile": "^2.2.3",
"moment": "^2.10.6",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-fluxible-i18n": "^1.0.8",
"react-fluxible-utils": "^0.1.8",
"react-helmet": "^2.2.0",
"serialize-javascript": "^1.1.2",
"superagent": "^1.4.0"
},
"devDependencies": {
"babel-eslint": "^4.1.4",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"chalk": "^1.1.1",
"connect-livereload": "^0.5.3",
"del": "^2.0.2",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.7.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-change": "^1.0.0",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^1.0.0",
"gulp-gzip": "^1.2.0",
"gulp-istanbul": "^0.10.3",
"gulp-live-server": "0.0.29",
"gulp-mocha": "^2.2.0",
"gulp-real-favicon": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"jsdom": "^7.2.2",
"port-in-service": "0.0.1",
"run-sequence": "^1.1.4",
"sinon": "^1.17.2",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"zombie": "^4.2.1"
}
}