forked from bishopZ/kabuki-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (69 loc) · 1.86 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
{
"name": "kabuki-motion",
"version": "0.0.4",
"license": "MIT",
"author": "bishopz <eduatx@gmail.com>",
"description": "boilerplate for web animators",
"repository": "https://github.com/bishopZ/kabuki-motion",
"keywords": [
"heroku",
"node",
"express",
"react",
"sass",
"eslint",
"webpack",
"react-motion",
"flux",
"redux",
"kabuki",
"animation",
"web-animation"
],
"main": "server/app.js",
"scripts": {
"start": "NODE_ENV=development node server/app.js",
"production": "NODE_ENV=production node server/app.js",
"build": "NODE_ENV=development webpack --progress --colors --config server/webpack.config.js",
"production-build": "NODE_ENV=production webpack --progress --colors --config server/webpack.config.js",
"watch": "webpack --watch --progress --config server/webpack.config.js"
},
"dependencies": {
"babel-core": "^5.5.4",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.4",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"css-loader": "^0.16.0",
"deep-extend": "~0.4.0",
"ejs": "~2.3.4",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"eslint-plugin-react": "^2.5.0",
"express": "~4.13.3",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"history": "~1.12.5",
"html-loader": "^0.3.0",
"jquery": "^2.1.3",
"lodash": "^3.5.0",
"morgan": "~1.5.1",
"node-sass": "^3.1.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-motion": "~0.3.1",
"react-imageloader": "~2.1.0",
"react-router": "^1.0.0-rc3",
"redux": "^3.0.0",
"redux-router": "1.0.0-beta4",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"underscore": "~1.8.3"
},
"engines": {
"node": "4.1.2"
}
}