This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.09 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
73
74
{
"name": "baltimorefoodhub",
"version": "0.0.1",
"description": "Website files for http://www.baltimorefoodhub.com",
"main": "app/app.cjsx",
"browser": "app/app.cjsx",
"browserify": {
"extensions": [
".coffee",
".cjsx",
".json"
],
"transform": [
[
"coffee-reactify"
]
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run markup && npm run build && browser-sync start --files \"public/index.html, public/assets/*.*\" --server public",
"markup": "coffee ./scripts/renderMarkup.coffee",
"update-dev": "npm run markup && npm run build",
"build": "NODE_ENV=production browserify ./ > ./public/assets/app.js && zopfli ./public/assets/app.js",
"clean": "rm -f ./public/assets/*"
},
"author": "Kai Curry <[email protected]> (http://www.cape.io/)",
"license": "ISC",
"dependencies": {
"node-cjsx": "^0.1.2",
"react": "^0.12.1",
"reactable": "^0.9.3",
"queries": "0.0.2",
"coffee-react": "^2.1.2",
"lodash": "^2.4.1",
"coffee-reactify": "^2.1.0",
"react-bootstrap": "^0.13.0",
"react-router": "^0.11.6",
"react-router-bootstrap": "^0.7.2",
"validator": "^3.27.0",
"superagent": "^0.21.0",
"ampersand-collection": "^1.3.17"
},
"devDependencies": {
"browserify": "^8.0.2",
"gulp": "^3.8.10",
"coffee-script": "^1.8.0",
"vinyl-transform": "^1.0.0",
"gulp-rename": "^1.2.0",
"minifyify": "^4.4.0",
"gulp-uglify": "^1.0.2",
"exorcist": "^0.1.6",
"browser-sync": "^1.8.2",
"request": "^2.51.0",
"gulp-data": "^1.1.1",
"gulp-yaml": "^0.2.3",
"gulp-less": "^2.0.1",
"gulp-markdown-to-json": "^0.2.1",
"async": "^0.9.0",
"vinyl-source-stream": "^1.0.0",
"fs-extra": "^0.13.0",
"gulp-debug": "^1.0.1",
"gulp-gh-pages": "^0.4.0",
"run-sequence": "^1.0.2",
"yaml-front-matter": "^3.2.3",
"marked": "^0.3.2",
"marky-mark": "^1.2.1",
"watchify": "^2.2.1",
"gulp-util": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-clean": "^0.3.1"
}
}