Skip to content

Commit

Permalink
Remove old build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alder Whiteford authored and Alder Whiteford committed May 6, 2024
1 parent d6d8ccf commit 42e9b70
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1,966 deletions.
43 changes: 1 addition & 42 deletions frontend/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,10 @@
"test": "echo \"Woah there, we have no frontend tests as of right now. Let's just say we're passing.\" && exit 0",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write .",
"build:cjs": "rollup -c",
"build:esm": "tsc",
"clean": "rimraf dist",
"build": "yarn clean && yarn build:esm",
"build": "yarn clean && tsc",
"watch": "tsc --watch"
},
"babel": {
"sourceType": "unambiguous",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": 100,
"safari": 15,
"firefox": 91
}
}
],
[
"@babel/preset-react",
{
"runtime": "automatic"
}
],
"@babel/preset-typescript"
]
},
"postcss": {
"plugins": {
"postcss-import": {}
}
},
"dependencies": {
"@blocknote/core": "^0.12.4",
"@blocknote/react": "^0.12.4",
Expand All @@ -63,23 +34,11 @@
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 42e9b70

Please sign in to comment.