-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "vue-awesome-drag",
"version": "1.0.2",
"description": "这是一个基于 VUE 的随意拖拽组件",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch --config ./webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.js",
"pub": "npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zfowed/vue-awesome-drag.git"
},
"keywords": [
"vue",
"drag",
"vue-awesome-drag"
],
"author": "zfowed <zfowed@qq.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/zfowed/vue-awesome-drag/issues"
},
"homepage": "https://zfowed.github.io/vue-awesome-drag/",
"files": [
"lib",
"index.js"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"stylelint": "^13.3.0",
"stylelint-webpack-plugin": "^1.2.3",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}