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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/wwwroot/admin/default/package.json')
-rw-r--r--src/bin/hamcore/wwwroot/admin/default/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/default/package.json b/src/bin/hamcore/wwwroot/admin/default/package.json
new file mode 100644
index 00000000..feaf56c8
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/default/package.json
@@ -0,0 +1,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"
+ }
+}