-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "please.beer",
"version": "0.0.1",
"description": "crowdfunding beers",
"author": "Paolo Scanferla <[email protected]>",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browser-sync": "^2.3.1",
"browserify": "^12.0.1",
"coveralls": "^2.11.4",
"express": "^4.13.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-jsx-coverage": "^0.3.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.0",
"gulp-spawn-mocha": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.0",
"istanbul": "^0.4.1",
"jsdom": "^7.0.2",
"mocha": "^2.2.4",
"mochawesome": "^1.1.1",
"proxyquire": "^1.4.0",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"react-shallow-renderer": "1.1.4",
"react-tools": "^0.13.1",
"reactify": "^1.1.0",
"should": "^7.1.1",
"sinon": "^1.14.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"dependencies": {
"asteroid": "^0.6.1",
"bluebird": "^3.0.5",
"immutable": "^3.6.4",
"purecss": "^0.6.0",
"ramda": "^0.17.0",
"react": "^0.14.2",
"react-avatar-editor": "git://github.com/please-beer/react-avatar-editor",
"react-router": "^1.0.0-rc4",
"react-addons-linked-state-mixin": "^0.14.2",
"history": "1.13.0",
"remarkable": "^1.6.0",
"tcomb": "^2.5.2",
"tcomb-form": "^0.7.6",
"tcomb-validation": "^2.2.0"
},
"scripts": {
"start": "gulp",
"test": "gulp coverage"
},
"license": "MIT"
}