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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-12 07:00:07 +0300
committerMax <max@nextcloud.com>2022-06-07 20:41:56 +0300
commit59316d66be9e53fba9ac7c175d9f2e1271f932b2 (patch)
treef42edf1c3ef6531bb5ddcb29564bce3f75365326 /package.json
parentef7b0fdfd6d130a073d089c24ac4b7297842417b (diff)
WIP: first take on building package with vite
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index dc1337595..006a3c1ad 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,10 @@
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack.js",
+ "dev:package": "vite",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"build": "NODE_ENV=production webpack --progress --config webpack.js",
+ "build:package": "vite build",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
@@ -88,6 +90,7 @@
"prosemirror-view": "^1.23.13",
"proxy-polyfill": "^0.3.2",
"tippy.js": "^6.3.7",
+ "vite-plugin-vue2": "^2.0.0",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"vue-material-design-icons": "^5.0.0",
@@ -123,6 +126,7 @@
"jest-raw-loader": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
"regenerator-runtime": "^0.13.9",
+ "vite": "^2.9.9",
"webpack": "^5.73.0"
},
"jest": {