-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 3.34 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "sd-tree-designer",
"version": "0.2.2",
"description": "SilverDecisions tree designer module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilverDecisions/sd-tree-designer.git"
},
"keywords": [
"SilverDecisions"
],
"author": "Michal Wasiluk",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/SilverDecisions/sd-tree-designer/issues"
},
"homepage": "https://github.com/SilverDecisions/sd-tree-designer#readme",
"browserify": {
"transform": [
[
"stringify",
{
"appliesTo": {
"includeExtensions": [
".html"
]
}
}
],
[
"babelify",
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"transform-class-properties",
"transform-object-assign",
"transform-es2015-spread",
"@babel/plugin-proposal-object-rest-spread",
[
"babel-plugin-transform-builtin-extend",
{
"globals": [
"Error"
]
}
]
]
}
]
]
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.6",
"babel-core": "^6.26.3",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babelify": "^10.0.0",
"browser-sync": "^2.27.5",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.14",
"chalk": "^4.1.2",
"del": "^6.0.0",
"es6-set": "^0.1.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-filelist": "^2.0.5",
"gulp-html2js": "^0.4.2",
"gulp-load-plugins": "^2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^4.0.0",
"gulp-template": "^5.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"hoek": "^6.1.3",
"jasmine": "^3.9.0",
"jquery": "^3.6.0",
"karma": "^6.3.4",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.1",
"karma-intl-shim": "^1.0.3",
"karma-jasmine": "^4.0.1",
"merge-stream": "^2.0.0",
"release-it": "^14.11.6",
"sass": "^1.42.1",
"sd-computations": "^0.5.1",
"stringify": "^5.2.0",
"uglify-js": "^3.14.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"yargs": "^17.2.0"
},
"dependencies": {
"d3-array": "^1.2.4",
"d3-brush": "^1.1.5",
"d3-dispatch": "^1.0.6",
"d3-drag": "^1.2.5",
"d3-hierarchy": "^1.1.9",
"d3-scale": "^2.2.2",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"d3-time-format": "^2.2.3",
"hammerjs": "^2.0.8",
"i18next": "^17.3.1",
"sd-model": "^0.2.10",
"sd-utils": "^0.1.14"
}
}