git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 8839d20da5b689e93b4be966ff279ff8f00cbf06

Files: 8839d20da5b689e93b4be966ff279ff8f00cbf06 / package.json

4599 bytesRaw
1{
2 "name": "business-stack",
3 "version": "0.0.0",
4 "description": "real-world production-quality TodoMVC example",
5 "scripts": {
6 "knex": "knex",
7 "postinstall": "lnfs app node_modules/app",
8 "lint": "snazzy",
9 "format": "snazzy --format",
10 "test": "NODE_ENV=test npm-run-all -p test:*",
11 "test:spec": "ava",
12 "test:feature": "cucumber-js",
13 "pg:pull": "docker pull postgres",
14 "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres",
15 "pg:start": "docker start business-postgres",
16 "pg:stop": "docker stop business-postgres",
17 "pg:rm": "docker rm business-postgres",
18 "pg:logs": "docker logs business-postgres",
19 "dev:render-browser": "BABEL_ENV=hot watchify app/render -o build/bundle.js -dv -p browserify-hmr",
20 "dev:render-node": "node-dev render",
21 "dev:assets": "cpx \"app/assets/**/*\" build -w",
22 "dev:livereload": "wtch -d build -e html,css,png,gif,jpg | garnish --level debug",
23 "dev:api": "node-dev api",
24 "dev:static": "node-dev static",
25 "dev:proxy": "node-dev proxy | garnish --level debug",
26 "prod:render-browser": "browserify app/render -o build/bundle.js -g envify -g uglifyify",
27 "prod:render-node": "node render",
28 "prod:assets": "cpx \"app/assets/**/*\" build",
29 "prod:api": "node api",
30 "prod:static": "node static",
31 "prod:proxy": "node proxy",
32 "dev": "NODE_ENV=development npm-run-all -p dev:*",
33 "prod": "NODE_ENV=production npm-run-all prod:render-browser prod:assets -p prod:render-node prod:api prod:static prod:proxy"
34 },
35 "ava": {
36 "cache": false,
37 "files": [
38 "**/*.spec.js"
39 ],
40 "require": [
41 "./cmrh",
42 "babel-register"
43 ],
44 "babel": "inherit"
45 },
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/enspiral-craftworks/business-stack.git"
49 },
50 "keywords": [
51 "todomvc",
52 "example",
53 "react",
54 "redux",
55 "frp",
56 "functional",
57 "reactive",
58 "immutable",
59 "feathers",
60 "ddd",
61 "tcomb"
62 ],
63 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
64 "license": "ISC",
65 "bugs": {
66 "url": "https://github.com/enspiral-craftworks/business-stack/issues"
67 },
68 "homepage": "https://github.com/enspiral-craftworks/business-stack#readme",
69 "engines": {
70 "node": "^4.0.0",
71 "npm": "^3.0.0"
72 },
73 "devDependencies": {
74 "ava": "^0.14.0",
75 "babel-plugin-react-transform": "^2.0.0",
76 "browserify-hmr": "^0.3.1",
77 "cucumber": "^0.10.2",
78 "ecstatic-lr": "^1.0.1",
79 "feathers-memory": "^0.7.1",
80 "garnish": "^5.0.1",
81 "multi-glob": "^1.0.1",
82 "node-dev": "^3.0.0",
83 "react-transform-catch-errors": "^1.0.0",
84 "react-transform-hmr": "^1.0.1",
85 "redbox-react": "^1.2.0",
86 "redux-devtools": "^3.0.0",
87 "redux-devtools-dock-monitor": "^1.0.1",
88 "redux-devtools-log-monitor": "^1.0.1",
89 "redux-logger": "^2.5.2",
90 "run-parallel": "^1.1.4",
91 "watchify": "^3.6.1",
92 "wtch": "^4.0.1",
93 "zombie": "^4.2.1"
94 },
95 "dependencies": {
96 "babel-core": "^6.5.2",
97 "babel-plugin-lodash": "^2.2.0",
98 "babel-plugin-transform-class-properties": "^6.5.2",
99 "babel-plugin-transform-object-rest-spread": "^6.1.18",
100 "babel-plugin-transform-runtime": "^6.5.2",
101 "babel-preset-es2015": "^6.1.18",
102 "babel-preset-react": "^6.1.18",
103 "babel-register": "^6.7.2",
104 "babel-runtime": "^6.3.19",
105 "babelify": "^7.2.0",
106 "body-parser": "^1.15.0",
107 "browserify": "github:ahdinosaur/node-browserify",
108 "bulk-require": "^0.2.1",
109 "bulkify": "^1.1.1",
110 "cors": "^2.7.1",
111 "cpx": "^1.3.0",
112 "css-modules-require-hook": "^4.0.0",
113 "cssify": "github:ahdinosaur/cssify",
114 "ecstatic": "^1.4.0",
115 "envify": "^3.4.0",
116 "evalify": "github:ahdinosaur/evalify#minimatch",
117 "feathers": "^2.0.0-pre.4",
118 "feathers-action": "^1.0.3",
119 "feathers-authentication": "^0.7.1",
120 "feathers-hooks": "^1.4.0",
121 "feathers-knex": "^2.1.0",
122 "feathers-rest": "^1.2.2",
123 "feathers-tcomb": "^1.0.0",
124 "http-proxy": "^1.13.2",
125 "isomorphic-fetch": "^2.2.1",
126 "knex": "^0.10.0",
127 "lnfs-cli": "^1.0.1",
128 "lodash": "^4.6.0",
129 "npm-run-all": "^1.5.2",
130 "pg": "^4.4.3",
131 "pinkie-promise": "^2.0.0",
132 "predirect": "^1.1.0",
133 "react": "^15.0.1",
134 "react-dom": "^15.0.1",
135 "react-redux": "^4.0.1",
136 "react-router": "^2.0.0",
137 "react-router-redux": "^4.0.1",
138 "redux": "^3.0.5",
139 "redux-thunk": "^2.0.1",
140 "reselect": "^2.0.2",
141 "send-data": "^8.0.0",
142 "simple-rc": "^1.0.3",
143 "tcomb": "^3.0.0",
144 "uglifyify": "^3.0.1"
145 }
146}
147

Built with git-ssb-web