Files: f07a001dc982815ea0ac680cecb40d4c6d71c9f6 / package.json
3542 bytesRaw
1 | { |
2 | "name": "etherstreams", |
3 | "version": "0.1.0", |
4 | "description": "A Vue.js project", |
5 | "author": "Joran <joran.k@gmail.com>", |
6 | "private": true, |
7 | "scripts": { |
8 | "watchify": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js", |
9 | "serve": "http-server -o -c 1 -a localhost", |
10 | "dev": "npm-run-all --parallel watchify serve", |
11 | "build": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o dist/build.css ] -e src/main.js | > dist/build.js", |
12 | "deploy": "node ./node_modules/vue-gh-pages/index.js" |
13 | }, |
14 | "browserify": { |
15 | "transform": [ |
16 | "babelify", |
17 | "vueify" |
18 | ] |
19 | }, |
20 | "browser": { |
21 | "vue": "vue/dist/vue.common.js" |
22 | }, |
23 | "dependencies": { |
24 | "bootstrap": "^4.0.0-beta.2", |
25 | "bootstrap-vue": "^1.0.2", |
26 | "cont": "^1.0.3", |
27 | "dataurl-": "^0.1.0", |
28 | "depject": "^4.1.1", |
29 | "ecstatic": "^3.0.0", |
30 | "emoji-named-characters": "^1.0.2", |
31 | "explain-error": "^1.0.4", |
32 | "human-time": "0.0.1", |
33 | "hypercombo": "0.1.2", |
34 | "hypercrop": "^1.1.0", |
35 | "hyperfile": "^2.0.0", |
36 | "hyperlightbox": "^1.0.0", |
37 | "hyperprogress": "0.1.1", |
38 | "hyperscript": "^2.0.2", |
39 | "hypertabs-vertical": "^3.0.0", |
40 | "is-observable": "^1.0.0", |
41 | "is-visible": "^2.1.1", |
42 | "kvgraph": "^0.1.0", |
43 | "map-filter-reduce": "^3.0.3", |
44 | "minimist": "^1.2.0", |
45 | "moment": "^2.19.2", |
46 | "multiblob": "^1.12.0", |
47 | "muxrpcli": "^1.1.0", |
48 | "nevernull": "^1.3.0", |
49 | "open-external": "^0.1.1", |
50 | "patchcore": "^1.16.0", |
51 | "pull-cat": "^1.1.11", |
52 | "pull-file": "^1.0.0", |
53 | "pull-many": "^1.0.8", |
54 | "pull-next": "^1.0.1", |
55 | "pull-obv": "^1.3.2", |
56 | "pull-paramap": "^1.2.2", |
57 | "pull-pause": "^0.0.1", |
58 | "pull-reconnect": "^0.0.3", |
59 | "pull-scroll": "^1.0.9", |
60 | "pull-sort": "^1.0.1", |
61 | "pull-stream": "^3.6.1", |
62 | "pull-stream-to-stream": "^1.3.4", |
63 | "pull-stringify": "^2.0.0", |
64 | "rxjs": "^5.5.2", |
65 | "scuttlebot": "^10.4.10", |
66 | "simple-mime": "^0.1.0", |
67 | "split-buffer": "^1.0.0", |
68 | "ssb-avatar": "^0.2.0", |
69 | "ssb-blobs": "^1.1.4", |
70 | "ssb-client": "^4.5.1", |
71 | "ssb-config": "^2.2.0", |
72 | "ssb-ebt": "^2.0.0", |
73 | "ssb-feed": "^2.3.0", |
74 | "ssb-friends": "^2.3.2", |
75 | "ssb-fulltext": "^1.0.1", |
76 | "ssb-git": "^0.5.0", |
77 | "ssb-keys": "^7.0.12", |
78 | "ssb-links": "^3.0.0", |
79 | "ssb-markdown": "^3.3.0", |
80 | "ssb-mentions": "^0.4.1", |
81 | "ssb-party": "^0.5.1", |
82 | "ssb-query": "^1.0.0", |
83 | "ssb-ref": "^2.7.1", |
84 | "ssb-ws": "^1.0.3", |
85 | "stream-to-pull-stream": "^1.7.2", |
86 | "suggest-box": "^2.2.3", |
87 | "text-node-searcher": "^1.1.1", |
88 | "visualize-buffer": "0.0.1", |
89 | "vue": "^2.0.1", |
90 | "vue-gh-pages": "^1.6.4", |
91 | "vue-infinite-loading": "^2.2.1", |
92 | "vue-router": "^3.0.1", |
93 | "vue-rx": "^5.0.0", |
94 | "vue-timeago": "^3.4.0", |
95 | "xstream-from-pull-stream": "^1.1.0" |
96 | }, |
97 | "devDependencies": { |
98 | "babel-core": "^6.0.0", |
99 | "babel-plugin-transform-runtime": "^6.0.0", |
100 | "babel-preset-es2015": "^6.0.0", |
101 | "babel-preset-stage-2": "^6.0.0", |
102 | "babel-runtime": "^6.0.0", |
103 | "babelify": "^7.2.0", |
104 | "browserify": "^13.1.0", |
105 | "browserify-hmr": "^0.3.1", |
106 | "cross-env": "^2.0.0", |
107 | "envify": "^3.4.1", |
108 | "eslint-config-standard": "^10.2.1", |
109 | "eslint-plugin-import": "^2.8.0", |
110 | "eslint-plugin-node": "^5.2.1", |
111 | "eslint-plugin-promise": "^3.6.0", |
112 | "eslint-plugin-standard": "^3.0.1", |
113 | "http-server": "^0.9.0", |
114 | "indexhtmlify": "^1.3.1", |
115 | "npm-run-all": "^2.3.0", |
116 | "proxyquireify": "^3.0.1", |
117 | "uglify-js": "^2.5.0", |
118 | "vueify": "^9.0.0", |
119 | "watchify": "^3.4.0" |
120 | } |
121 | } |
122 |
Built with git-ssb-web