Skip to content

Commit

Permalink
removed contents of package.json to edit DevDependencies for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmiakang committed May 18, 2022
1 parent 7b8765d commit 32e107c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
39 changes: 1 addition & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,6 @@
},
"homepage": "https://github.com/oslabs-beta/DeSolver#readme",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.5.0",
"@types/pg": "^8.6.5",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.4",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"nodemon": "^2.0.15",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.3",
"react-test-renderer": "^17.0.2",
"style-loader": "^3.3.1",
"supertest": "^6.2.2",
"tailwindcss": "^3.0.23",
"tailwindcss-image-rendering": "^1.0.2",
"ts-loader": "^9.2.6",
"ts-node": "^10.7.0",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"

}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"outDir": "./build/",
"outDir": "./dist",
"declaration": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
Expand Down

0 comments on commit 32e107c

Please sign in to comment.