Files: c8f38fdc12fc63564d14f8dc103917bdbbfcadcd / package.json
3441 bytesRaw
1 | { |
2 | "name": "business-stack", |
3 | "version": "0.0.0", |
4 | "description": "real-world production-quality TodoMVC example", |
5 | "scripts": { |
6 | "postinstall": "lnfs app node_modules/app", |
7 | "lint": "snazzy", |
8 | "format": "snazzy --format", |
9 | "test": "npm-run-all -p test:*", |
10 | "test:spec": "node app/spec", |
11 | "test:feature": "node app/features", |
12 | "dev:render-browser": "BABEL_ENV=hot watchify app/render -o build/bundle.js -dv -p browserify-hmr", |
13 | "dev:render-node": "node-dev render", |
14 | "dev:assets": "cpx \"app/assets/**/*\" build -w", |
15 | "dev:livereload": "wtch -d build -e html,css,png,gif,jpg | garnish --level debug", |
16 | "dev:api": "node-dev api", |
17 | "dev:static": "node-dev static", |
18 | "prod:render-browser": "browserify app/render -o build/bundle.js -g envify -g uglifyify", |
19 | "prod:render-node": "node render", |
20 | "prod:assets": "cpx \"app/assets/**/*\" build", |
21 | "prod:api": "node api", |
22 | "prod:static": "node static", |
23 | "dev": "NODE_ENV=development npm-run-all -p dev:*", |
24 | "prod": "NODE_ENV=production npm-run-all -p prod:*" |
25 | }, |
26 | "repository": { |
27 | "type": "git", |
28 | "url": "git+https://github.com/enspiral-craftworks/business-stack.git" |
29 | }, |
30 | "keywords": [ |
31 | "todomvc", |
32 | "example", |
33 | "react", |
34 | "redux", |
35 | "frp", |
36 | "functional", |
37 | "reactive", |
38 | "immutable", |
39 | "feathers", |
40 | "ddd", |
41 | "tcomb" |
42 | ], |
43 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
44 | "license": "ISC", |
45 | "bugs": { |
46 | "url": "https://github.com/enspiral-craftworks/business-stack/issues" |
47 | }, |
48 | "homepage": "https://github.com/enspiral-craftworks/business-stack#readme", |
49 | "engines": { |
50 | "node": "^4.0.0", |
51 | "npm": "^3.0.0" |
52 | }, |
53 | "devDependencies": { |
54 | "ava": "^0.8.0", |
55 | "babel-plugin-react-transform": "^2.0.0", |
56 | "browserify-hmr": "^0.3.1", |
57 | "cuke-tap": "^1.0.2", |
58 | "ecstatic-lr": "^1.0.1", |
59 | "garnish": "^5.0.1", |
60 | "glob": "^6.0.2", |
61 | "jsdom": "^7.1.0", |
62 | "node-dev": "^2.7.1", |
63 | "react-transform-catch-errors": "^1.0.0", |
64 | "react-transform-hmr": "^1.0.1", |
65 | "redbox-react": "^1.2.0", |
66 | "redux-devtools": "^3.0.0", |
67 | "redux-devtools-dock-monitor": "^1.0.1", |
68 | "redux-devtools-log-monitor": "^1.0.1", |
69 | "redux-logger": "^2.0.4", |
70 | "run-parallel": "^1.1.4", |
71 | "tape": "^4.4.0", |
72 | "watchify": "^3.6.1", |
73 | "wtch": "^4.0.1" |
74 | }, |
75 | "dependencies": { |
76 | "babel-core": "^6.2.1", |
77 | "babel-plugin-transform-class-properties": "^6.3.13", |
78 | "babel-plugin-transform-object-rest-spread": "^6.1.18", |
79 | "babel-plugin-transform-runtime": "^6.1.18", |
80 | "babel-preset-es2015": "^6.1.18", |
81 | "babel-preset-react": "^6.1.18", |
82 | "babel-runtime": "^6.2.0", |
83 | "babelify": "^7.2.0", |
84 | "browserify": "github:ahdinosaur/node-browserify", |
85 | "bulk-require": "^0.2.1", |
86 | "bulkify": "^1.1.1", |
87 | "cpx": "^1.2.1", |
88 | "css-modules-require-hook": "^2.1.0", |
89 | "cssify": "github:ahdinosaur/cssify", |
90 | "ecstatic": "^1.4.0", |
91 | "envify": "^3.4.0", |
92 | "evalify": "^1.0.1", |
93 | "feathers": "^1.2.0", |
94 | "history": "^1.13.1", |
95 | "lnfs-cli": "^1.0.1", |
96 | "npm-run-all": "^1.3.2", |
97 | "pinkie-promise": "^2.0.0", |
98 | "predirect": "^1.1.0", |
99 | "ramda": "^0.18.0", |
100 | "react": "^0.14.3", |
101 | "react-dom": "^0.14.3", |
102 | "react-redux": "^4.0.1", |
103 | "react-router": "^1.0.0", |
104 | "redux": "^3.0.5", |
105 | "redux-simple-router": "0.0.10", |
106 | "redux-thunk": "^1.0.0", |
107 | "send-data": "^8.0.0", |
108 | "simple-rc": "^1.0.0", |
109 | "uglifyify": "^3.0.1" |
110 | } |
111 | } |
112 |
Built with git-ssb-web