Skip to content

Commit

Permalink
remove parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffomatic committed Jan 3, 2021
1 parent 29720df commit ac450d6
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 2,585 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"description": "It's another game!",
"license": "BSD-3-Clause",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./",
"buildServer": "npx ts-node --transpile-only src/cli/build/buildServer.ts",
"dev": "npx ts-node --transpile-only src/cli/build/dev.ts",
"devServer": "node out/server/server.js",
Expand Down Expand Up @@ -44,7 +42,6 @@
"@types/koa-router": "^7.4.1",
"@types/koa-send": "^4.1.2",
"@types/lodash": "^4.14.152",
"@types/parcel-bundler": "^1.12.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
Expand All @@ -63,8 +60,6 @@
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"jest": "^26.0.1",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"typescript": "^3.8.3"
Expand Down
Loading

0 comments on commit ac450d6

Please sign in to comment.