forked from purplesyringa/Kiwipedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.06 KB
/
package.json
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
{
"name": "zerowikipedia",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imachug/gitcenter.git"
},
"keywords": [],
"author": "Christian Seibold",
"license": "MIT",
"bugs": {
"url": "https://github.com/imachug/gitcenter/issues"
},
"homepage": "https://github.com/imachug/gitcenter#readme",
"description": "GitHub alternative for ZeroNet",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babelify": "^8.0.0",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"patch-package": "^4.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.3",
"vue-svg-loader": "^0.4.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
},
"dependencies": {
"babel-plugin-transform-builtin-extend": "^1.1.2",
"instaview": "git+https://github.com/imachug/instaview.git",
"katex": "^0.9.0-beta1",
"markdown-wiki": "0.0.1",
"node-sass": "^4.7.2",
"string-replace-async": "^1.2.1",
"vue": "^2.5.13",
"vue-async-computed": "^3.3.1",
"vue-hot-reload-api": "^2.2.4",
"vue-loading-template": "^0.1.7",
"vueify": "^9.4.1",
"zero-dev-lib": "^1.0.4"
},
"browser": {
"vue": "vue/dist/vue.common.js"
},
"browserify-shim": {
"jquery": "$"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}