-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
73 lines (73 loc) · 1.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
{
"name": "jsreport-xlsx",
"version": "2.5.0",
"description": "jsreport recipe rendering excels directly from open xml",
"repository": {
"type": "git",
"url": "https://github.com/jsreport/jsreport-xlsx"
},
"homepage": "https://github.com/jsreport/jsreport-xlsx",
"keywords": [
"jsreport"
],
"main": "index.js",
"scripts": {
"start": "jsreport-studio-start --httpPort 4900",
"build": "jsreport-studio-build",
"test": "mocha test --timeout 10000 && standard",
"prepublish": "in-publish && jsreport-studio-build || not-in-publish"
},
"standard": {
"ignore": [
"main.js"
],
"env": {
"node": true,
"mocha": true,
"browser": true
},
"parser": "babel-eslint"
},
"dependencies": {
"bluebird": "3.7.2",
"jsreport-office": "1.2.3",
"lodash": "4.17.21",
"merge2": "1.3.0",
"mkdirp": "0.5.5",
"msexcel-builder-extended": "0.0.8",
"node.extend.without.arrays": "1.1.6",
"uuid": "3.3.3",
"xml2js-preserve-spaces": "0.0.1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.0.3",
"cross-env": "6.0.3",
"eslint": "6.8.0",
"eslint-config-standard-jsx": "8.1.0",
"eslint-plugin-babel": "5.3.1",
"handlebars": "4.7.7",
"in-publish": "2.0.1",
"jsreport-assets": "1.7.2",
"jsreport-core": "2.10.1",
"jsreport-handlebars": "2.1.0",
"jsreport-studio-dev": "1.6.0",
"jsreport-templates": "2.4.0",
"mocha": "7.0.0",
"should": "13.2.3",
"standard": "14.3.4",
"xlsx": "0.15.4"
},
"author": "Jan Blaha",
"license": "MIT",
"files": [
"lib",
"studio",
"static",
"index.js",
"jsreport.config.js"
],
"engines": {
"node": ">=8.9"
}
}