-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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": "webix-image-organizer",
"version": "1.0.0",
"description": "Webix Image Organizer",
"main": "sources/myapp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env production",
"start": "webpack serve"
},
"keywords": [
"webix",
"jet"
],
"license": "GPLv3",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"@babel/runtime": "^7.8.7",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^7.32.0",
"eslint-config-xbsoftware": "5.0.0-alpha.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-require": "0.0.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.3.2",
"less": "^3.11.1",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.7.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"ajv": "^8.12.0",
"codemirror": "^5.65.0",
"d3": "^7.8.5",
"dot-object": "^2.1.4",
"file-saver": "^2.0.0",
"geojs": "^1.10.12",
"hotkeys-js": "^3.10.1",
"json-formatter-js": "^2.2.0",
"jsoneditor": "^9.10.4",
"lodash": "^4.17.21",
"openseadragon": "^4.1.0",
"openseadragon-filtering": "^1.0.0",
"papaparse": "^5.2.0",
"paper": "^0.12.17",
"paperjs-offset": "^1.0.8",
"path": "^0.12.7",
"plotly.js-dist-min": "^2.18.0",
"PubSub": "^3.4.0",
"vanilla-picker": "^2.9.2",
"webix": "6.2.0",
"webix-jet": "^2.0.0",
"xlsx": "^0.17.5"
}
}