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