-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "gridmanager-element-skin",
"version": "0.0.14",
"description": "gridmanager-skin for element",
"main": "js/index.js",
"scripts": {
"start": "node server",
"build": "webpack --config webpack-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xtfan21/GridManager-element-skin.git"
},
"homepage": "https://github.com/xtfan21/GridManager-element-skin",
"bugs": "https://github.com/xtfan21/GridManager-element-skin/issues",
"author": "xiaotong",
"license": "ISC",
"keywords": [
"ccms-skin",
"gridmanager",
"table",
"grid",
"component",
"components",
"element-ui"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.1.6",
"angular": "^1.7.5",
"babel-loader": "^8.0.4",
"babel-plugin-istanbul": "^5.1.0",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"express": "^4.16.3",
"gridmanager": "^2.10.2",
"html-loader": "^0.5.5",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"resolve-url-loader": "^3.0.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-middleware": "^3.5.1"
}
}