Skip to content

Commit

Permalink
update package.json,
Browse files Browse the repository at this point in the history
  • Loading branch information
louiscklaw committed May 23, 2022
1 parent 9ada7f4 commit d1ab749
Show file tree
Hide file tree
Showing 217 changed files with 564 additions and 6,317 deletions.
28 changes: 3 additions & 25 deletions html-to-react-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"name": "html-to-react-tryout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"html-to-react": "^1.4.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -28,19 +17,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
29 changes: 3 additions & 26 deletions mdx-js-react-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"name": "mdx-js-react-tryout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"graphviz-react": "^1.0.4",
"mdx.macro": "^0.2.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -29,19 +17,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
27 changes: 3 additions & 24 deletions react-airtable-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"name": "react-airtable-tryout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -27,19 +17,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
40 changes: 2 additions & 38 deletions react-apexcharts_helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"name": "react-apexcharts_helloworld",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"apexcharts": "^3.35.0",
"react": "^18.0.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -34,26 +16,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"puppeteer": "^13.5.2",
"prettier": "2.3.2"
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
33 changes: 0 additions & 33 deletions react-background-slider-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"name": "react-background-slider-tryout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.14.0",
"react-background-slider": "^2.0.0",
"react-dom": "^16.14.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -29,27 +17,6 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
Expand Down
40 changes: 2 additions & 38 deletions react-baseui-helloworld-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{
"name": "react-baseui-helloworld-tryout",
"version": "0.1.0",
"private": true,
"dependencies": {
"@shopify/jest-dom-mocks": "^3.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"baseui": "^9.116.3",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styletron-engine-atomic": "^1.4.8",
"styletron-react": "^6.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -33,28 +17,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"eqeqeq": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-plugin-baseui": "^9.116.3"
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
52 changes: 2 additions & 50 deletions react-baseweb-helloworld-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"name": "react-baseweb-helloworld-tryout",
"homepage": "https://aboutme.louislabs.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"baseui": "^9.116.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"styletron-engine-atomic": "^1.4.8",
"styletron-react": "^6.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -29,45 +18,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": [
"react-app"
],
"plugins": [
"unused-imports"
],
"rules": {
"react-hooks/exhaustive-deps": "off",
"no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": [
"warn",
{
"vars": "all",
"varsIgnorePattern": "^_",
"args": "after-used",
"argsIgnorePattern": "^_"
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",
"eslint-plugin-baseui": "^9.116.0",
"eslint-plugin-unused-imports": "^1.1.2"
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
31 changes: 3 additions & 28 deletions react-bcrypt-tryout/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"name": "react-bcrypt-tryout",
"homepage": "https://aboutme.louislabs.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"aws-sdk": "^2.829.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -31,19 +17,8 @@
"test_coverage": "yarn test -- --coverage",
"screenshot": "yarn test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"prettier": "^2.6.2",
"puppeteer": "^11.0.0"
}
}
Loading

0 comments on commit d1ab749

Please sign in to comment.