2015-10-18 14:26:13 +02:00
|
|
|
{
|
|
|
|
"name": "forum-django",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A forum engine based on Django",
|
|
|
|
"main": "index.js",
|
2023-05-24 18:51:42 +02:00
|
|
|
"type": "module",
|
2016-03-05 17:08:10 +01:00
|
|
|
"devDependencies": {
|
2023-12-16 14:04:47 +01:00
|
|
|
"@babel/core": "^7.23.6",
|
2023-11-10 17:20:19 +01:00
|
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
|
|
"@babel/plugin-proposal-function-bind": "^7.23.3",
|
2023-12-16 14:04:47 +01:00
|
|
|
"@babel/preset-env": "^7.23.6",
|
2023-11-10 17:20:19 +01:00
|
|
|
"@babel/preset-typescript": "^7.23.3",
|
2023-12-16 14:04:47 +01:00
|
|
|
"@babel/runtime": "^7.23.6",
|
2023-10-08 19:28:13 +02:00
|
|
|
"@mdi/js": "^7.3.67",
|
2023-05-30 20:51:05 +02:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2023-12-16 14:04:47 +01:00
|
|
|
"@types/bootstrap": "^5.2.10",
|
|
|
|
"@types/lodash": "^4.14.202",
|
|
|
|
"@types/luxon": "^3.3.7",
|
|
|
|
"@types/urijs": "^1.19.25",
|
2023-12-21 16:57:47 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
|
|
"@typescript-eslint/parser": "^6.15.0",
|
2023-09-22 10:39:39 +02:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-07-09 16:39:55 +02:00
|
|
|
"babel-loader": "^9.1.3",
|
2023-09-16 14:06:01 +02:00
|
|
|
"bootstrap": "^5.3.2",
|
2023-12-16 14:04:47 +01:00
|
|
|
"clean-css": "^5.3.3",
|
2023-05-30 20:51:05 +02:00
|
|
|
"css-loader": "^6.8.1",
|
2023-07-04 18:48:18 +02:00
|
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
2023-09-02 17:11:34 +02:00
|
|
|
"del": "^7.1.0",
|
2023-12-16 14:04:47 +01:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^43.0.0",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2023-06-27 14:49:05 +02:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-05-01 14:06:38 +02:00
|
|
|
"exports-loader": "^4.0.0",
|
|
|
|
"fancy-log": "^2.0.0",
|
|
|
|
"file-loader": "^6.2.0",
|
2016-11-26 13:02:45 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2019-11-26 20:14:36 +01:00
|
|
|
"gulp": "^4.0.2",
|
2023-09-16 14:36:13 +02:00
|
|
|
"gulp-cli": "^2.3.0",
|
2023-12-16 14:04:47 +01:00
|
|
|
"gulp-eslint-new": "^1.9.0",
|
2023-08-14 13:09:12 +02:00
|
|
|
"html-loader": "^4.2.0",
|
2023-05-01 14:06:38 +02:00
|
|
|
"imports-loader": "^4.0.1",
|
2019-11-26 20:14:36 +01:00
|
|
|
"json-loader": "^0.5.7",
|
2023-05-01 14:06:38 +02:00
|
|
|
"lodash": "^4.17.21",
|
2020-03-28 16:21:01 +01:00
|
|
|
"lsp-tsserver": "0.0.5",
|
2023-11-14 13:42:08 +01:00
|
|
|
"luxon": "^3.4.4",
|
2023-05-24 18:51:42 +02:00
|
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
|
|
"node-sass": "^9.0.0",
|
2023-12-16 14:04:47 +01:00
|
|
|
"npm": "^10.2.5",
|
|
|
|
"npm-check-updates": "^16.14.12",
|
2023-05-01 14:06:38 +02:00
|
|
|
"plugin-error": "^2.0.1",
|
2023-06-27 14:49:05 +02:00
|
|
|
"postcss-loader": "^7.3.3",
|
2023-11-10 17:20:19 +01:00
|
|
|
"postcss-preset-env": "^9.3.0",
|
2023-05-01 14:06:38 +02:00
|
|
|
"raw-loader": "^4.0.2",
|
|
|
|
"resolve-url-loader": "^5.0.0",
|
2023-06-27 14:49:05 +02:00
|
|
|
"sass-loader": "^13.3.2",
|
2020-02-19 18:09:15 +01:00
|
|
|
"select2": "^4.0.13",
|
2023-06-27 14:49:05 +02:00
|
|
|
"source-map-loader": "^4.0.1",
|
2023-05-24 18:51:42 +02:00
|
|
|
"style-loader": "^3.3.3",
|
2019-11-26 20:14:36 +01:00
|
|
|
"textarea-editor": "^2.1.1",
|
2023-11-15 22:44:23 +01:00
|
|
|
"ts-loader": "^9.5.1",
|
2023-12-16 14:04:47 +01:00
|
|
|
"typescript": "^5.3.3",
|
2023-05-01 14:06:38 +02:00
|
|
|
"urijs": "^1.19.11",
|
|
|
|
"url-loader": "^4.1.1",
|
2023-10-15 17:47:56 +02:00
|
|
|
"webpack": "^5.89.0",
|
2023-12-21 16:57:47 +01:00
|
|
|
"webpack-bundle-tracker": "^3.0.0",
|
2023-06-27 14:49:05 +02:00
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-dev-server": "^4.15.1",
|
2023-05-01 14:06:38 +02:00
|
|
|
"webpack-stream": "^7.0.0"
|
2015-10-18 14:26:13 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-03-05 17:08:10 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2016-03-14 22:39:43 +01:00
|
|
|
"devserver": "gulp webpack-dev-server",
|
|
|
|
"build": "gulp build-dev",
|
|
|
|
"build-production": "gulp build",
|
|
|
|
"lint": "gulp lint"
|
2015-10-18 14:26:13 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/karolyi/forum-django.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"forum",
|
|
|
|
"django"
|
|
|
|
],
|
|
|
|
"author": "László Károlyi",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/karolyi/forum-django/issues"
|
|
|
|
},
|
2023-09-03 17:41:35 +02:00
|
|
|
"homepage": "https://github.com/karolyi/forum-django#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-cli": "^0.1.0"
|
|
|
|
}
|
2015-10-18 14:26:13 +02:00
|
|
|
}
|