-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
55 lines (55 loc) · 1.69 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": "gridmanager-vue",
"version": "1.12.2",
"description": "gridmanager by vue",
"main": "js/gm-vue.js",
"scripts": {
"start": "node server",
"build": "webpack --config webpack-config.js",
"copy": "cp -r /Users/baukh/work/GridManager/dist/. /Users/baukh/work/GridManager-Vue/node_modules/gridmanager/",
"version": "npm run build && npm publish dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baukh789/GridManager-Vue"
},
"author": "baukh",
"license": "MIT",
"homepage": "http://gridmanager.lovejavascript.com",
"bugs": {
"url": "https://github.com/baukh789/GridManager-Vue/issues"
},
"keywords": [
"vue",
"gridmanager",
"vue-gridmanager",
"table",
"vue-table",
"grid",
"vue-grid",
"component",
"components"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^2.1.1",
"express": "^4.15.2",
"gridmanager": "^2.18.2",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"terser-webpack-plugin": "^3.0.8",
"vue": "^2.5.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.7.0"
},
"dependencies": {}
}