Skip to content
Snippets Groups Projects
Commit db76cc6d authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Move vendored dpes to dev-deps

parent b533110b
No related branches found
No related tags found
No related merge requests found
...@@ -21,19 +21,19 @@ ...@@ -21,19 +21,19 @@
"rollup-plugin-consts": "^1.0.1", "rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.3.0", "rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^1.2.0", "rollup-plugin-delete": "^1.2.0",
"rollup-plugin-serve": "^1.0.1" "rollup-plugin-serve": "^1.0.1",
},
"dependencies": {
"i18next": "^19.1.0",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"universal-router": "^8.3.0",
"vpu-auth": "file:./vendor/auth", "vpu-auth": "file:./vendor/auth",
"vpu-common": "file:./vendor/common", "vpu-common": "file:./vendor/common",
"vpu-language-select": "file:./vendor/language-select", "vpu-language-select": "file:./vendor/language-select",
"vpu-notification": "file:./vendor/notification", "vpu-notification": "file:./vendor/notification",
"vpu-person-profile": "file:./vendor/person-profile" "vpu-person-profile": "file:./vendor/person-profile"
}, },
"dependencies": {
"i18next": "^19.1.0",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"universal-router": "^8.3.0"
},
"scripts": { "scripts": {
"build": "npm run build-local", "build": "npm run build-local",
"build-local": "rollup -c", "build-local": "rollup -c",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment