forked from Arelle/ixbrl-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.8 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
{
"name": "ixbrl-viewer",
"version": "1.9.10",
"description": "iXBRL Viewer",
"main": "iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"dev": "webpack --config iXBRLViewerPlugin/viewer/webpack.dev.js",
"prod": "webpack --config iXBRLViewerPlugin/viewer/webpack.prod.js",
"stylelint": "stylelint iXBRLViewerPlugin/viewer/src/less/*.less",
"i18n": "i18next -c iXBRLViewerPlugin/viewer/i18next-parser.config.js"
},
"repository": {
"type": "git",
"url": "[email protected]:amanaconsulting/ixbrl-viewer.git"
},
"stylelint": {
"customSyntax": "postcss-less",
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"property-no-vendor-prefix": null
}
},
"author": "",
"dependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^26.0.1",
"babel-preset-env": "^1.7.0",
"base64-inline-loader": "^2.0.1",
"bootstrap": "^4.3.1",
"bootstrap-less-port": "^2.2.1",
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"css-loader": "^3.4.2",
"dateformat": "^4.5.1",
"exceljs": "^4.0.1",
"file-saver": "^2.0.2",
"html-loader": "^0.5.5",
"i18next": "^20.3.2",
"interactjs": "^1.8.5",
"jest": "^26.0.1",
"jquery": "^3.4.1",
"jquery-i18next": "^1.2.1",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"lunr": "^2.3.8",
"moment": "^2.24.0",
"postcss-less": "^6.0.0",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^28.0.0",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"decimal.js": "^10.4.1",
"i18next-parser": "^7.0.0"
},
"license": "Apache-2.0"
}