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: ba5e71f7ee3328013ead409e7d701bb1a91455a2 (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": {
    "watch":"less-watch-compiler --config .build/less-watch-compiler.config.json",
    "build": "npm run compile_less && workbox injectManifest workbox-config.js  ",
     "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",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "less-watch-compiler": "^1.14.6",
    "lessc": "^1.0.2",
    "melody-idom": "^1.7.5",
    "melody-runtime": "^1.7.5",
    "prettier": "^2.1.1",
    "prettier-plugin-twig-melody": "^0.4.6",
    "tslib": "^2.0.1",
    "typescript": "^4.0.3",
    "workbox-cli": "^6.0.2"
  },
  "dependencies": {}
}