-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.49 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
{
"name": "dev-extension",
"version": "0.0.1",
"description": "dev Browser Extension",
"repository": {
"type": "git",
"url": "https://github.com/webmaster0820/extension-boilerplate"
},
"homepage": "https://dev.io",
"devDependencies": {
"aliasify": "^2.1.0",
"babel-core": "^6.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"envify": "^4.1.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-clean": "^0.3.1",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.5.3",
"gulp-merge-json": "^1.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "*",
"gulp-shell": "^0.7.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^2.0.3",
"preprocessify": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vueify": "^9.4.1",
"yargs": "^11.0.0"
},
"dependencies": {
"compare-versions": "^3.4.0",
"jquery": "^3.4.1",
"js-md5": "^0.7.3",
"jwt-decode": "^2.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.isundefined": "^3.0.1",
"lodash.omit": "^4.5.0",
"tree-model": "^1.0.7",
"vue": "^2.6.3",
"whatwg-fetch": "^3.0.0"
},
"browser": {
"vue": "vue/dist/vue.common"
}
}