-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 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
{
"name": "regular-excel-clipboard",
"version": "0.0.1",
"description": "Excel Clipboard of Regular Components",
"main": "dist/clipboard.total.js",
"scripts": {
"startdev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --config ./config/webpack.min.js",
"pack": "cross-env NODE_ENV=production webpack --progress --hide-modules --config ./config/webpack.min.js",
"packall": "cross-env webpack --progress --hide-modules --config ./config/webpack.total.js",
"del": "rm -rf ./dist/**/*",
"build": "run-s del pack packall",
"test": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deol/regular-excel-clipboard.git"
},
"keywords": [
"regular",
"hotzone"
],
"author": "Aeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deol/regular-excel-clipboard/issues"
},
"homepage": "https://github.com/Deol/regular-excel-clipboard#readme",
"peerDependencies": {
"regularjs": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "*",
"babel-runtime": "^6.23.0",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"element-resize-detector": "^1.1.12",
"eslint": "^3.19.0",
"eslint-config-kaola": "^0.1.3",
"extract-text-webpack-plugin": "^2.1.0",
"mcss": "^0.5.1",
"mcss-loader": "^1.0.1",
"npm-run-all": "^4.0.2",
"regularjs": "^0.4.3",
"rgl-tplmin-loader": "0.0.14",
"style-loader": "^0.18.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}