Skip to content

Commit

Permalink
switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Jul 25, 2023
1 parent aa13db8 commit 2cf6f54
Show file tree
Hide file tree
Showing 2 changed files with 8,165 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
},
"homepage": "https://github.com/vikpe/react-webpack-typescript-starter",
"scripts": {
"build": "yarn run clean-dist && webpack --config=configs/webpack/prod.js",
"build": "pnpm clean-dist && webpack --config=configs/webpack/prod.js",
"clean-dist": "rimraf dist/*",
"lint": "eslint \"./src/**/*.{js,ts,tsx}\" --quiet",
"start": "yarn run start-dev",
"start": "pnpm start-dev",
"start-dev": "webpack serve --config=configs/webpack/dev.js --host 0.0.0.0 --port 3001",
"start-prod": "yarn run build && node express.js"
"start-prod": "pnpm build && node express.js"
},
"devDependencies": {
"@swc/core": "^1.3.69",
"@swc/core": "^1.3.71",
"@testing-library/react": "^14.0.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
Expand All @@ -55,21 +55,20 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"sass": "^1.63.6",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0",
"workbox-webpack-plugin": "^7.0.0",
"yarn": "^1.22.19"
"workbox-webpack-plugin": "^7.0.0"
},
"dependencies": {
"@tanstack/react-query": "^4.29.23",
"chart.js": "^4.3.0",
"@tanstack/react-query": "^4.32.0",
"chart.js": "^4.3.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^2.30.0",
Expand All @@ -78,8 +77,9 @@
"i18next-browser-languagedetector": "^7.1.0",
"react-chartjs-2": "^5.2.0",
"react-i18next": "^13.0.2",
"react-router-dom": "^6.14.1",
"react-router-dom": "^6.14.2",
"react-use": "^17.4.0",
"regenerator-runtime": "^0.13.11",
"styled-components": "^5.3.11",
"xlsx": "^0.18.5"
}
Expand Down
Loading

0 comments on commit 2cf6f54

Please sign in to comment.