forked from myokyawhtun/label-edit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "mhucik-label-edit",
"version": "0.2.3",
"description": "Click to show input text box Vue Component ... inspired by Trello",
"main": "dist/vue-label-edit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhucik/label-edit.git"
},
"keywords": [
"vue",
"vue-components",
"vuejs",
"vuejs2"
],
"author": "Myo Kyaw Htun & Marek Hučík",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhucik/label-edit/issues"
},
"homepage": "https://github.com/mhucik/label-edit#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"rimraf": "^2.6.2",
"vue": "^2.5.16",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"serviceworker-webpack-plugin": "^1.0.0-alpha02",
"webpack-cli": "^3.3.5"
}
}