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