-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.76 KB
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
{
"name": "finmars-portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "protractor protractor.config.js",
"dev": "vite",
"build": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js build && node copy-html-files.js && node copy-content-files.js",
"build-local": "node --max-old-space-size=16384 node_modules/vite/bin/vite.js build && node copy-html-files.js && EDITION_TYPE=community node copy-config.js && node copy-content-files.js",
"server-local": "node server-local.js",
"preview": "vite preview"
},
"author": "Finmars SCSA",
"license": "EUPL-1.2",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^6.7.7",
"del": "^5.1.0",
"express": "^4.13.4",
"less": "^4.3.0",
"minimist": "^1.2.0",
"postcss": "^8.4.47",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.0",
"tailwindcss": "^3.4.11",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-require-transform": "^1.0.21",
"vite-plugin-static-copy": "^3.1.0",
"vite-require": "^0.2.3"
},
"dependencies": {
"@cyclonedx/bom": "^4.0.2",
"@finmars/ui": "1.0.88",
"@fortawesome/fontawesome-free": "^5.13.0",
"@sentry/browser": "^6.19.7",
"@sentry/integrations": "^6.19.0",
"@simonwep/pickr": "^1.7.1",
"@superset-ui/embedded-sdk": "^0.1.0-alpha.7",
"ace-builds": "^1.6.1",
"angular": "1.8.3",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-dragula": "^1.2.6",
"angular-material": "^1.1.21",
"angular-material-icons": "0.7.1",
"angular-messages": "^1.5.0",
"angular-paging": "^2.2.2",
"angular-resource": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-touch": "^1.5.0",
"angular-ui-router": "^1.0.20",
"angular-ui-scroll": "^1.7.1",
"angularjs-dragula": "^2.0.0",
"apexcharts": "^3.41.1",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"core-js": "^2.1.4",
"d3": "^5.12.0",
"debug": "^4.1.1",
"dragula": "^3.6.8",
"esbuild": "^0.25.5",
"fancy-logger": "^1.0.0",
"fullcalendar": "^5.11.3",
"html2canvas": "^1.4.1",
"jquery": "^3.3.1",
"jsondiffpatch": "^0.4.1",
"jstree": "^3.3.1",
"keycloak-js": "^26.2.0",
"material-design-icons-iconfont": "^6.7.0",
"mdPickers": "^0.7.5",
"moment": "^2.24.0",
"pdfjs-dist": "^3.7.107",
"pickmeup": "^3.1.3",
"qrious": "^4.0.2",
"toastr": "^2.1.4",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"ui-select": "^0.19.6",
"v-accordion": "^1.6.0",
"vite": "^6.0.0",
"whatwg-fetch": "^0.11.0"
}
}