Skip to content

Commit

Permalink
Move back to non dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 25, 2023
1 parent f528bf4 commit d24f84f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
"test:system:coverage:merge": "nyc merge ./coverage/system-js ./coverage/coverage.json"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@dodona/papyros": "^1.0.1",
"@popperjs/core": "^2.11.8",
"@rails/activestorage": "^7.1.1",
"@rails/ujs": "^7.1.1",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "5.3.2",
"clipboard": "^2.0.11",
"core-js": "^3.33.1",
Expand All @@ -29,12 +34,13 @@
"lit": "^3.0.0",
"node-polyglot": "^2.5.0",
"sass": "^1.69.4",
"tippy.js": "^6.3.7"
"tippy.js": "^6.3.7",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@open-wc/testing-helpers": "^2.3.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -48,8 +54,6 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.4.3",
Expand All @@ -63,10 +67,6 @@
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4"
"webpack-bundle-analyzer": "^4.9.1"
}
}

0 comments on commit d24f84f

Please sign in to comment.