-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.53 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
83
84
85
86
87
88
{
"name": "Sauvignon-App",
"version": "0.1.0",
"description": "Apps to track the wine you love and want to try.",
"repository": {
"type": "git",
"url": "https://github.com/Granze/react-starterify"
},
"scripts": {
"test": "mocha --reporter nyan --compilers js:babel/register --recursive"
},
"author": "Pierre-Luc Babin",
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^6.2.0",
"babel-eslint": "^4.1.5",
"babel-plugin-react-transform": "^1.1.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"babel-preset-stage-3": "^6.1.18",
"babelify": "^7.2.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.9.1",
"browserify": "^12.0.1",
"chai": "^3.2.0",
"chalk": "^1.1.1",
"classnames": "^2.2.0",
"cssnano": "^3.0.0",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.9.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-eslint": "^1.1.0",
"gulp-html-replace": "^1.5.1",
"gulp-image": "^1.0.2",
"gulp-imagemin": "^2.4.0",
"gulp-live-server": "0.0.29",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.13",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.7",
"http": "0.0.0",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.1.1",
"livereactload": "^2.1.0",
"lodash": "^3.10.1",
"mocha": "^2.3.0",
"nodemon": "^1.8.1",
"normalize.scss": "^0.1.0",
"object-assign": "^4.0.1",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.2",
"react-autosize-textarea": "^0.2.5",
"react-dom": "^0.14.3",
"react-proxy": "^1.1.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"react-static-container": "^1.0.0",
"react-swipe": "^3.0.0",
"react-tools": "^0.13.3",
"redux": "^3.0.4",
"redux-devtools": "^2.1.5",
"redux-logger": "^2.0.4",
"redux-router": "^1.0.0-beta4",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.4",
"svg-sprite": "^1.2.14",
"swipe-js-iso": "^2.0.1",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"whatwg-fetch": "^0.10.0"
},
"dependencies": {
"normalizr": "^1.4.0"
}
}