-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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
{
"name": "livestyle-re-view",
"version": "2.1.8",
"description": "LiveStyle Responsive View – creates views for media query breakpoints and devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergey Chikuyonok <serge.che@gmail.com>",
"license": "ISC",
"dependencies": {
"deep-equal": "^1.0.1",
"deepmerge": "^0.2.10",
"eventemitter3": "^1.1.1",
"page-sync": "livestyle/page-sync#v1.1.0",
"redux": "^3.0.5",
"redux-logger": "^2.3.2",
"state-machine": "sergeche/state-machine",
"tiny-react": "sergeche/tiny-react",
"uuid": "^2.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"babel-plugin-transform-node-env-inline": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.7.0"
}
}