92 lines
2.8 KiB
JSON
92 lines
2.8 KiB
JSON
{
|
|
"name": "fradrive",
|
|
"version": "27.4.59",
|
|
"description": "",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.25.6",
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-class-properties": "^7.25.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
"@babel/plugin-transform-private-methods": "^7.18.6",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
"@babel/plugin-transform-runtime": "^7.25.4",
|
|
"@babel/preset-env": "^7.25.4",
|
|
"@enonic/esbuild-plugin-copy-with-hash": "^0.2.0",
|
|
"@eslint/js": "^9.9.1",
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.7.5",
|
|
"babel-loader": "^9.1.3",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.2",
|
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
"esbuild": "0.24.0",
|
|
"esbuild-plugin-assets-manifest": "^1.0.8",
|
|
"esbuild-plugin-copy": "2.1.1",
|
|
"esbuild-plugin-inline-import": "^1.1.0",
|
|
"esbuild-plugin-manifest": "1.0.4",
|
|
"esbuild-plugin-svg": "^0.1.0",
|
|
"esbuild-plugin-svg-bundle": "1.3.0",
|
|
"esbuild-sass-plugin": "3.3.1",
|
|
"eslint": "^9.9.1",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^11.0.0",
|
|
"globals": "^15.9.0",
|
|
"jasmine-core": "^5.2.0",
|
|
"js-yaml": "^4.1.0",
|
|
"karma": "^6.4.4",
|
|
"karma-browserify": "^8.1.0",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-cli": "^2.0.0",
|
|
"karma-jasmine": "^5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.1.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-webpack": "^5.0.1",
|
|
"mini-css-extract-plugin": "^2.9.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"null-loader": "^4.0.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"postcss-preset-env": "^10.0.2",
|
|
"remove-files-webpack-plugin": "^1.5.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.77.8",
|
|
"sass-loader": "^16.0.1",
|
|
"style-loader": "^4.0.0",
|
|
"tmp": "^0.2.3",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-manifest-plugin": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.25.6",
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"core-js": "^3.38.1",
|
|
"css.escape": "^1.5.1",
|
|
"js-cookie": "^3.0.5",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.defer": "^4.1.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"moment": "^2.30.1",
|
|
"npm": "^10.8.3",
|
|
"sodium-javascript": "^0.8.0",
|
|
"toposort": "^2.0.2",
|
|
"whatwg-fetch": "^3.6.20"
|
|
},
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"start": "node esbuild.config.mjs --watch"
|
|
}
|
|
}
|