forked from sundaysenergy/client-dev-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "dev-client-demo",
"version": "0.0.1",
"description": "Demo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kai Curry",
"license": "ISC",
"devDependencies": {
"gulp": "^3.8.6",
"gulp-jade": "^0.7.0",
"browser-sync": "^1.3.0",
"gulp-less": "^1.3.2",
"react-jade": "0.0.10",
"gulp-react": "^0.5.0",
"watchify": "^1.0.1",
"reactify": "^0.14.0",
"browserify": "^5.9.1",
"vinyl-source-stream": "^0.1.1",
"request": "^2.39.0",
"minifyify": "^4.0.3",
"gulp-zopfli": "^0.1.1",
"gulp-rename": "^1.2.0",
"run-sequence": "^0.3.6",
"gulp-clean": "^0.3.1",
"coffeeify": "^0.7.0",
"js-yaml": "^3.2.1",
"browserify-data": "^0.2.0",
"rethinkdb": "^1.14.0-0",
"fs-extra": "^0.11.0"
},
"dependencies": {
"react": "^0.11.1",
"reactionary": "^0.9.0",
"lodash": "^2.4.1",
"ampersand-collection": "^1.3.10",
"ampersand-model": "^3.0.4",
"ampersand-subcollection": "https://github.com/webmasterkai/ampersand-subcollection/archive/fix-sorting.tar.gz",
"react-typeahead": "https://github.com/fmoo/react-typeahead/archive/master.tar.gz",
"query-param-getter": "0.0.1",
"ampersand-router": "^1.0.2",
"qs": "^1.2.2",
"superagent": "^0.18.2",
"cookies-js": "^0.4.0",
"marked": "^0.3.2",
"ampersand-state": "^4.3.9",
"ampersand-rest-collection": "^2.0.1"
}
}