git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b11662b22c32dc363fff6ac0ecf64b05f8733f00

Files: b11662b22c32dc363fff6ac0ecf64b05f8733f00 / package.json

4418 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 -r babel-core/register",
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 "prod:render-browser": "browserify app/render -o build/bundle.js -g envify -g uglifyify",
26 "prod:render-node": "node render",
27 "prod:assets": "cpx \"app/assets/**/*\" build",
28 "prod:api": "node api",
29 "prod:static": "node static",
30 "dev": "NODE_ENV=development npm-run-all -p dev:*",
31 "prod": "NODE_ENV=production npm-run-all prod:render-browser prod:assets -p prod:render-node prod:api prod:static"
32 },
33 "ava": {
34 "cache": false,
35 "files": [
36 "**/*.spec.js"
37 ]
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/enspiral-craftworks/business-stack.git"
42 },
43 "keywords": [
44 "todomvc",
45 "example",
46 "react",
47 "redux",
48 "frp",
49 "functional",
50 "reactive",
51 "immutable",
52 "feathers",
53 "ddd",
54 "tcomb"
55 ],
56 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
57 "license": "ISC",
58 "bugs": {
59 "url": "https://github.com/enspiral-craftworks/business-stack/issues"
60 },
61 "homepage": "https://github.com/enspiral-craftworks/business-stack#readme",
62 "engines": {
63 "node": "^4.0.0",
64 "npm": "^3.0.0"
65 },
66 "devDependencies": {
67 "ava": "github:sindresorhus/ava#16c7282e97c9ab671bc1d56920fd3fb125a65eab",
68 "babel-plugin-react-transform": "^2.0.0",
69 "browserify-hmr": "^0.3.1",
70 "cucumber": "^0.9.2",
71 "ecstatic-lr": "^1.0.1",
72 "feathers-memory": "^0.5.1",
73 "garnish": "^5.0.1",
74 "multi-glob": "^1.0.1",
75 "node-dev": "^2.7.1",
76 "react-transform-catch-errors": "^1.0.0",
77 "react-transform-hmr": "^1.0.1",
78 "redbox-react": "^1.2.0",
79 "redux-devtools": "^3.0.0",
80 "redux-devtools-dock-monitor": "^1.0.1",
81 "redux-devtools-log-monitor": "^1.0.1",
82 "redux-logger": "^2.0.4",
83 "run-parallel": "^1.1.4",
84 "watchify": "^3.6.1",
85 "wtch": "^4.0.1",
86 "zombie": "^4.2.1"
87 },
88 "dependencies": {
89 "babel-core": "^6.2.1",
90 "babel-plugin-lodash": "^1.1.0",
91 "babel-plugin-transform-class-properties": "^6.3.13",
92 "babel-plugin-transform-object-rest-spread": "^6.1.18",
93 "babel-plugin-transform-runtime": "^6.1.18",
94 "babel-preset-es2015": "^6.1.18",
95 "babel-preset-react": "^6.1.18",
96 "babel-runtime": "^6.2.0",
97 "babelify": "^7.2.0",
98 "browserify": "github:ahdinosaur/node-browserify",
99 "bulk-require": "^0.2.1",
100 "bulkify": "^1.1.1",
101 "cors": "^2.7.1",
102 "cpx": "^1.2.1",
103 "css-modules-require-hook": "^2.1.0",
104 "cssify": "github:ahdinosaur/cssify",
105 "ecstatic": "^1.4.0",
106 "envify": "^3.4.0",
107 "evalify": "github:ahdinosaur/evalify#minimatch",
108 "feathers": "^2.0.0-pre.1",
109 "feathers-action": "^1.0.2",
110 "feathers-client": "^0.5.1",
111 "feathers-hooks": "^0.5.1",
112 "feathers-knex": "^2.0.0",
113 "feathers-rest": "^1.1.0",
114 "feathers-tcomb": "^1.0.0",
115 "history": "^1.13.1",
116 "isomorphic-fetch": "^2.2.1",
117 "knex": "^0.9.0",
118 "lnfs-cli": "^1.0.1",
119 "lodash": "^3.10.1",
120 "npm-run-all": "^1.3.2",
121 "pg": "^4.4.3",
122 "pinkie-promise": "^2.0.0",
123 "predirect": "^1.1.0",
124 "react": "^0.14.3",
125 "react-dom": "^0.14.3",
126 "react-redux": "^4.0.1",
127 "react-router": "^1.0.0",
128 "redux": "^3.0.5",
129 "redux-simple-router": "0.0.10",
130 "redux-thunk": "^1.0.0",
131 "reselect": "^2.0.1",
132 "send-data": "^8.0.0",
133 "simple-rc": "^1.0.0",
134 "tcomb": "^2.5.2",
135 "uglifyify": "^3.0.1"
136 }
137}
138

Built with git-ssb-web