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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json39
1 files changed, 22 insertions, 17 deletions
diff --git a/package.json b/package.json
index 1692373..ba2c877 100644
--- a/package.json
+++ b/package.json
@@ -10,23 +10,28 @@
"type": "git",
"url": "https://github.com/jsxc/jsxc.nextcloud"
},
+ "scripts": {
+ "start": "webpack --mode production",
+ "dev": "mkdir node_modules/jsxc/dist/; webpack --watch --mode development --config webpack.config.js",
+ "jsxc": "cd node_modules/jsxc/ && webpack --watch --mode development",
+ "fix-typescript-format": "node_modules/.bin/tsfmt -r",
+ "checking-typescript-format": "node_modules/.bin/tsfmt --verify"
+ },
"devDependencies": {
- "grunt": "~1.0.1",
- "grunt-autoprefixer": "^3.0.4",
- "grunt-banner": "~0.6.0",
- "grunt-cli": "~1.2.0",
- "grunt-contrib-clean": "~1.1.0",
- "grunt-contrib-compress": "^1.4.3",
- "grunt-contrib-copy": "~1.0.0",
- "grunt-contrib-jshint": "~1.1.0",
- "grunt-contrib-watch": "^1.0.0",
- "grunt-data-uri": "^0.3.0",
- "grunt-exec": "^2.0.0",
- "grunt-jsbeautifier": "^0.2.13",
- "grunt-prettysass": "^0.2.3",
- "grunt-sass": "2.0.0",
- "grunt-search": "^0.1.6",
- "grunt-text-replace": "~0.4.0",
- "node-sass": "4.5.3"
+ "@types/jquery": "^3.3.6",
+ "clean-webpack-plugin": "^0.1.19",
+ "copy-webpack-plugin": "^4.5.3",
+ "css-loader": "^1.0.0",
+ "mini-css-extract-plugin": "^0.4.4",
+ "node-sass": "4.9.4",
+ "sass-loader": "^7.1.0",
+ "ts-loader": "^5.1.0",
+ "ts-node": "^7.0.1",
+ "typescript": "^3.1.3",
+ "webpack": "^4.20.2",
+ "webpack-cli": "^3.1.2"
+ },
+ "dependencies": {
+ "typescript-formatter": "^7.2.2"
}
}