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