mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 11:36:21 +00:00
fix: eliminar webpack y babel
This commit is contained in:
parent
02da0db75f
commit
cfc318d011
2 changed files with 17 additions and 11227 deletions
10
package.json
10
package.json
|
@ -3,23 +3,14 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@airbrake/browser": "^1.4.1",
|
||||
"@babel/core": "^7.20.0",
|
||||
"@babel/plugin-transform-destructuring": "^7.20.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.0",
|
||||
"@babel/preset-env": "^7.20.0",
|
||||
"@babel/preset-typescript": "^7.18.0",
|
||||
"@rails/actiontext": "^6.0.0",
|
||||
"@rails/activestorage": "^6.1.7",
|
||||
"@rails/ujs": "^6.1.7",
|
||||
"@rails/webpacker": "^5.4.0",
|
||||
"@suttyweb/editor": "^0.1.13",
|
||||
"babel-loader": "^8.3.0",
|
||||
"chart.js": "^3.5.1",
|
||||
"chartkick": "^4.0.5",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
"commonmark": "^0.30.0",
|
||||
"fork-awesome": "^1.1.7",
|
||||
"fork-ts-checker-webpack-plugin": "^6.1.0",
|
||||
"input-map": "git+https://0xacab.org/sutty/input-map.git",
|
||||
"input-tag": "git+https://0xacab.org/sutty/input-tag.git",
|
||||
"leaflet": "^1.7.1",
|
||||
|
@ -29,7 +20,6 @@
|
|||
"stimulus": "^1.1.1",
|
||||
"turbolinks": "^5.2.0",
|
||||
"typescript": "^4.1.5",
|
||||
"webpack-dev-server": "^3.11.2",
|
||||
"zepto": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue