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

package.json « default « admin « wwwroot « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: feaf56c826c314ec53c2773efb41b1bce14cf526 (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
{
  "name": "default",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "node_modules/.bin/webpack -d",
    "watch": "node_modules/.bin/webpack -d --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/jquery": "^3.3.29",
    "jquery": "^3.4.1",
    "ts-loader": "^6.0.1",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5",
    "vpnrpc": "^1.0.1",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.3.2"
  },
  "dependencies": {
    "core-js": "^3.1.3",
    "whatwg-fetch": "^3.0.0"
  }
}