-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
{
"name": "vue-drag",
"version": "1.0.0",
"description": "vue2.0 拖拽排版控件",
"main": "dist/vue-drag.js",
"scripts": {
"docs": "webpack-dev-server --inline --hot --quiet",
"builddocs": "webpack --progress --hide-modules && set NODE_ENV=production webpack --progress --hide-modules",
"build": "webpack --progress --hide-modules --config webpack.build.min.js && webpack --progress --hide-modules --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaoxiong789/vue-drag.git"
},
"keywords": [
"vue",
"drag"
],
"author": "380449900@qq.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/shaoxiong789/vue-drag/issues"
},
"dependencies": {
"bootstrap": "^3.3.7",
"vue": "^2.1.0",
"vue-loader": "^11.3.1",
"vue-resource": "^1.0.3",
"vue-template-compiler": "^2.1.0",
"vuex": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-runtime": "^6.0.0",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"less": "^2.7.0",
"less-loader": "^2.2.3",
"marked": "^0.3.6",
"node-sass": "^3.10.1",
"prismjs": "^1.5.1",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.1",
"vue-hot-reload-api": "^2.0.0",
"vue-html-loader": "^1.2.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.0"
},
"homepage": "https://github.com/shaoxiong789/vue-drag#readme"
}