-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "tagify-vue",
"version": "0.0.6",
"description": "Vue 2.0 component",
"main": "dist/tagify-vue.min.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "NODE_ENV=production webpack",
"build:docs": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naznadmn/tagify-vue.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/naznadmn/tagify-vue/issues"
},
"homepage": "https://github.com/naznadmn/tagify-vue#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.5",
"node-sass": "^4.5.3",
"pug": "^2.0.0-rc.3",
"sass-loader": "^6.0.6",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"vue": "^2.4.2"
}
}