mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 15:07:53 +01:00
19 lines
543 B
JSON
19 lines
543 B
JSON
{
|
|
"name": "@glowingblue/redis-setup",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"flarum-webpack-config": "^1.0.0",
|
|
"webpack": "^4.26.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack --mode development --watch",
|
|
"build": "webpack --mode production",
|
|
"lint": "prettier --single-quote --jsx-single-quote --trailing-comma es5 --print-width 100 --use-tabs --tab-width 4 --write src"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.3.0"
|
|
}
|
|
}
|