forked from dirkliu/vue-json-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "vue-json-editor",
"version": "1.1.1",
"description": "A json editor of vue",
"main": "vue-json-editor.vue",
"scripts": {
"dev": "webpack-dev-server",
"build": "rimraf dist && webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dirkliu/vue-json-editor.git"
},
"keywords": [
"vue-json-editor",
"vuejsoneditor",
"json-editor",
"jsoneditor",
"json",
"eidtor",
"vue"
],
"author": "liuqi41",
"license": "ISC",
"bugs": {
"url": "https://github.com/dirkliu/vue-json-editor/issues"
},
"homepage": "https://github.com/dirkliu/vue-json-editor#readme",
"dependencies": {
"vue": "^2.2.6"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-template": "^6.24.1",
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"rimraf": "^2.6.1",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}