11{
22 "name" : " marketplace-json-editor-app-ui" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@contentstack/app-sdk" : " ^1.2.0" ,
7- "@types/node" : " ^12.20.37" ,
6+ "@contentstack/app-sdk" : " ^1.5.0" ,
7+ "@datadog/browser-rum" : " ^4.25.0" ,
8+ "@playwright/test" : " ^1.35.1" ,
89 "@types/react" : " ^17.0.35" ,
910 "@types/react-dom" : " ^17.0.11" ,
10- "@datadog/browser-rum" : " ^4.25.0" ,
1111 "ajv" : " ^8.8.2" ,
12+ "axios" : " ^1.4.0" ,
1213 "brace" : " ^0.11.1" ,
14+ "jotai" : " ^2.2.1" ,
1315 "jsoneditor" : " ^9.5.8" ,
1416 "jsoneditor-react" : " ^3.1.2" ,
1517 "prop-types" : " ^15.8.1" ,
1921 "react-scripts" : " 4.0.3" ,
2022 "sass" : " ^1.43.4" ,
2123 "tippy.js" : " ^6.3.7" ,
22- "trackjs" : " ^3.10.1" ,
2324 "typescript" : " ^4.5.2" ,
2425 "web-vitals" : " ^1.1.2"
2526 },
2627 "scripts" : {
27- "start" : " export PORT=4000 && react-scripts start" ,
28+ "start" : " export PORT=3000 && react-scripts start" ,
2829 "build" : " GENERATE_SOURCEMAP=false react-scripts build" ,
2930 "test" : " jest" ,
3031 "eject" : " react-scripts eject" ,
3132 "prettify" : " prettier --write ." ,
3233 "lint:fix" : " eslint --fix --ext .js,.jsx,.ts,.tsx . --ignore-pattern './node_modules/' --ignore-pattern './buid/'" ,
33- "precommit" : " npm run prettify && npm run lint:fix"
34+ "precommit" : " npm run prettify && npm run lint:fix" ,
35+ "test:chrome" : " npx playwright test --config=playwright.config.ts --project=Chromium" ,
36+ "test:firefox" : " npx playwright test --config=playwright.config.ts --project=firefox" ,
37+ "test:safari" : " npx playwright test --config=playwright.config.ts --project=safari" ,
38+ "test:chrome-headed" : " npx playwright test --headed --config=playwright.config.ts --project=Chromium" ,
39+ "test:firefox-headed" : " npx playwright test --headed --config=playwright.config.ts --project=firefox" ,
40+ "test:safari-headed" : " npx playwright test --headed --config=playwright.config.ts --project=safari"
3441 },
3542 "eslintConfig" : {
3643 "extends" : [
5966 "@testing-library/jest-dom" : " ^5.16.0" ,
6067 "@testing-library/react" : " ^12.1.2" ,
6168 "@types/jest" : " ^26.0.14" ,
69+ "@types/node" : " ^20.3.2" ,
6270 "@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
6371 "@typescript-eslint/parser" : " ^5.4.0" ,
6472 "babel-jest" : " ^26.6.0" ,
7583 "jest-fetch-mock" : " ^3.0.3" ,
7684 "ts-jest" : " ^26.5.6"
7785 }
78- }
86+ }
0 commit comments