forked from Happy-Coding-Clans/vue-easytable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.72 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vue-easytable",
"version": "1.7.1",
"description": "vue table component",
"main": "libs/index.js",
"author": "https://github.com/huangshuwei",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/huangshuwei/vue-easytable.git"
},
"files": [
"libs",
"umd"
],
"dependencies": {
"nprogress": "^0.2.0",
"vue": "^2.2.6",
"vue-loader": "^12.2.1",
"vue-router": "^2.4.0",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^3.0.0",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-server": "^2.5.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.9.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.1",
"babel-plugin-component": "^0.9.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"chalk": "^2.0.1",
"cheerio": "^0.18.0",
"clean-webpack-plugin": "^0.1.9",
"clipboard": "^1.7.1",
"css-loader": "^0.28.4",
"csv-loader": "^2.1.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"fs-extra": "^4.0.1",
"gulp": "^3.9.1",
"gulp-cssimport": "^6.0.0",
"gulp-cssmin": "^0.2.0",
"highlight.js": "^9.12.0",
"html-loader": "^0.4.3",
"html-minify-loader": "^1.1.0",
"html-webpack-plugin": "^2.17.0",
"inline-chunk-manifest-html-webpack-plugin": "^1.1.1",
"markdown-it-container": "^2.0.0",
"nprogress": "^0.2.0",
"open-browser-webpack-plugin": "0.0.5",
"postcss-loader": "^2.0.6",
"purecss": "^0.6.0",
"purifycss-webpack-plugin": "^2.0.3",
"raw-loader": "^0.5.1",
"serve": "^6.0.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"vue-markdown-loader": "^2.0.0",
"webpack-manifest-plugin": "^1.1.0",
"webpack-merge": "^4.1.0",
"webpack-validator": "^2.1.2",
"xml-loader": "^1.2.1"
},
"scripts": {
"build": "webpack --env.build",
"dev": "webpack-dev-server --env.dev",
"build:remove": "node build/build-remove.js",
"build:js": "node build/build-js.js",
"build:copy": "node build/build-copy-files.js",
"build:themes": "gulp build --gulpfile build/build-themes.js",
"build:umd": "webpack --env.umd --config build/webpack.umd.config.js",
"build:all": "npm run build:remove && npm run build:copy && npm run build:js && npm run build:themes && npm run build:umd"
},
"bugs": {
"url": "https://github.com/huangshuwei/vue-easytable/issues"
},
"homepage": "https://github.com/huangshuwei/vue-easytable/blob/master/README.md"
}