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