Skip to content

Commit

Permalink
setup: moved some dependencies to peer- and dev-dependencies accordin…
Browse files Browse the repository at this point in the history
…gly.
  • Loading branch information
anasouardini committed Feb 16, 2024
1 parent 401b2fe commit 617ba3c
Show file tree
Hide file tree
Showing 4 changed files with 2,451 additions and 5,215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 21.x

- run: npm install
- name: release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ScrapeYard
## Scrapeyard

Is a scraping library built on top of Playwright, it adds scraping-related features on top of the testing features that already exist in Playwright. It offers features such as:

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrapeyard",
"version": "0.2.0",
"version": "0.3.0",
"description": "A scraping library that saves you from writing a lot of boiler-plate every time you lunch a new project. It also helps you manage multiple projects in one place.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -26,27 +26,27 @@
"release": "npm run ci && changeset publish"
},
"dependencies": {
"vite": "^5.0.10",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.6.4",
"@vitejs/plugin-react-swc": "^3.5.0",
"async-retry": "^1.3.3",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"better-sqlite3": "^9.1.1",
"module-alias": "^2.2.3",
"node-clipboardy": "^1.0.3",
"nodemon": "^3.0.1",
"uuidv4": "^6.2.13"
},
"peerDependencies": {
"playwright": "^1.40.1",
"pm2": "^5.3.0",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"uuidv4": "^6.2.13",
"vite": "^5.0.10",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.6.4"
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"pm2": "^5.3.0",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
Expand Down
Loading

0 comments on commit 617ba3c

Please sign in to comment.