-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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": "isic-app",
"version": "2.4.1",
"description": "ISIC full app",
"main": "sources/app.js",
"scripts": {
"test": "jest --config=test/config/jest.config.js --no-cache",
"lint": "eslint sources/",
"build": "webpack --env production=true",
"start": "webpack server"
},
"keywords": [
"webix",
"jet"
],
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/preset-env": "^7.15.8",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.7",
"dotenv": "^8.6.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-xbsoftware": "^5.0.0-alpha.3",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.25.1",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.5",
"less": "^3.13.1",
"less-loader": "^10.1.0",
"mini-css-extract-plugin": "^2.4.2",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@isic/client": "^0.6.2",
"aws-sdk": "^2.910.0",
"axios": "^1.6.1",
"core-js": "^3.38.0",
"data-collection": "^1.1.6",
"file-saver": "^1.3.8",
"hint.css": "^2.6.0",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-container": "^3.0.0",
"mouse-wheel-zoom": "^1.1.5",
"openseadragon": "^2.4.2",
"promise-file-reader": "^1.0.3",
"util": "^0.12.4",
"vanilla-js-wheel-zoom": "^8.0.0",
"webix": "6.2.0",
"webix-jet": "^1.5.3",
"wheelzoom": "^4.0.1"
}
}