forked from voronianski/flux-comparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "flux-samples",
"version": "0.1.0",
"description": "Flux architecture samples and solutions",
"scripts": {
"build": "NODE_ENV=production browserify ./facebook-flux/js/app.js | uglifyjs -cm > ./facebook-flux/build/bundle.min.js"
},
"keywords": [
"react",
"flux"
],
"author": "Dmitri Voronianski <[email protected]>",
"license": "MIT",
"dependencies": {
"alt": "^0.14.2",
"array.prototype.find": "^1.0.0",
"babel-runtime": "^4.7.3",
"es5-shim": "^4.0.6",
"flummox": "~2.13.1",
"flux": "^2.0.1",
"fluxible": "^0.2.0",
"marty": "^0.8.9",
"mcfly": "0.0.9",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-router": "^0.11.6",
"reflux": "^0.2.4"
},
"devDependencies": {
"babel": "^4.7.3",
"babelify": "^5.0.4",
"browserify": "^8.0.3",
"envify": "^3.2.0",
"reactify": "^0.17.1",
"uglify-js": "^2.4.16",
"watchify": "^2.2.1"
},
"browserify": {
"transform": [
"reactify",
"envify"
]
}
}