Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbd8cd29fbea4778aa23a3da41929dad31bb1336 (plain)
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
{
  "name": "@huasofoundries/phppgadmin6",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "git@github.com:HuasoFoundries/phpPgAdmin6.git",
  "author": "ffflabs <amenadiel@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "npm run compile_less && workbox injectManifest workbox-config.js && yarn disable_development_mode",
    "disable_development_mode":"sed -i 's/development_assets=true/development_assets=false/' assets/templates/components/common_head.twig ",
    "compile_less": "lessc assets/themes/global.less assets/themes/global.css",
    "eslint": "eslint --fix --ext js --ignore-path .eslintignore assets",
    "prettier": "prettier -c --config .prettierrc  assets/{js,themes}/*"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.1",
    "@typescript-eslint/eslint-plugin": "^4.3.0",
    "@typescript-eslint/parser": "^4.3.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "lessc": "^1.0.2",
    "melody-idom": "^1.7.5",
    "melody-runtime": "^1.7.5",
    "prettier": "^2.1.2",
    "prettier-plugin-twig-melody": "^0.4.6",
    "tslib": "^2.0.1",
    "typescript": "^4.0.3"
  },
  "dependencies": {}
}