-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "kxonetwork",
"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/krixano/KxoNetwork.git"
},
"keywords": [],
"author": "Christian Seibold",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/krixano/KxoNetwork/issues"
},
"homepage": "https://github.com/krixano/KxoNetwork#readme",
"description": "",
"devDependencies": {
"browserify": "^16.2.3",
"browserify-shim": "^3.8.14",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"node-sass": "^4.11.0",
"patch-package": "^4.0.0",
"uglifyify": "^5.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0",
"vueify": "^9.4.1",
"vue-template-compiler": "^2.6.10",
"watchify": "^3.11.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"jdenticon": "^2.1.1",
"markdown-it": "^8.4.2",
"moment": "^2.22.2",
"sanitize-html": "^1.19.0",
"vue": "^2.6.10",
"vuetify": "^1.0.19"
}
}