|
1 | 1 | { |
2 | | - "private": true, |
3 | | - "name": "react-admin-lerna", |
4 | | - "scripts": { |
5 | | - "build": "lerna run build", |
6 | | - "watch": "lerna run --parallel watch", |
7 | | - "test-unit": "cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest", |
8 | | - "test-unit-ci": "cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand", |
9 | | - "test-e2e": "yarn run -s build && cross-env NODE_ENV=test && cd cypress && yarn test", |
10 | | - "test-e2e-local": "cd cypress && yarn start", |
11 | | - "test": "yarn test-unit && yarn test-e2e", |
12 | | - "doc": "cd docs && jekyll server . --watch --host 0.0.0.0", |
13 | | - "lint": "eslint --ext .js,.ts,.tsx \"./packages/**/src/**/*.{js,ts,tsx}\" \"./examples/**/src/**/*.{js,ts,tsx}\" \"./cypress/**/*.{js,ts,tsx}\"", |
14 | | - "prettier": "prettier --config ./.prettierrc.js --write --list-different \"packages/*/src/**/*.{js,json,ts,tsx,css,md}\" \"examples/*/src/**/*.{js,ts,json,tsx,css,md}\" \"cypress/**/*.{js,ts,json,tsx,css,md}\"", |
15 | | - "run-simple": "cd examples/simple && yarn dev", |
16 | | - "run-no-code": "cd examples/no-code && yarn dev", |
17 | | - "run-tutorial": "cd examples/tutorial && yarn dev", |
18 | | - "run-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn dev", |
19 | | - "build-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn build", |
20 | | - "run-graphql-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=graphql yarn dev", |
21 | | - "run-crm": "cd examples/crm && yarn dev", |
22 | | - "build-crm": "cd examples/crm && yarn build", |
23 | | - "storybook": "storybook dev -p 9010", |
24 | | - "build-storybook": "storybook build -c .storybook -o public --quiet", |
25 | | - "update-changelog": "tsx scripts/update-changelog.ts", |
26 | | - "update-milestones": "tsx scripts/update-milestones.ts", |
27 | | - "create-github-release": "tsx scripts/create-github-release.ts", |
28 | | - "update-create-react-admin-deps": "tsx scripts/update-create-react-admin-deps.ts", |
29 | | - "run-offline": "cd examples/ra-offline && yarn dev", |
30 | | - "build-offline": "cd examples/ra-offline && yarn build", |
31 | | - "preview-offline": "cd examples/ra-offline && yarn preview", |
32 | | - "serve-offline": "cd examples/ra-offline && yarn serve" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@babel/plugin-proposal-class-properties": "^7.18.6", |
36 | | - "@babel/plugin-proposal-private-methods": "^7.18.6", |
37 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
38 | | - "@babel/preset-env": "^7.26.9", |
39 | | - "@babel/preset-react": "^7.26.3", |
40 | | - "@babel/preset-typescript": "^7.27.0", |
41 | | - "@eslint/js": "^9.23.0", |
42 | | - "@octokit/core": "^6.1.4", |
43 | | - "@storybook/addon-actions": "^8.6.11", |
44 | | - "@storybook/addon-controls": "^8.6.11", |
45 | | - "@storybook/addon-storysource": "^8.6.11", |
46 | | - "@storybook/addon-webpack5-compiler-babel": "^3.0.5", |
47 | | - "@storybook/react": "^8.6.11", |
48 | | - "@storybook/react-webpack5": "^8.6.11", |
49 | | - "@storybook/source-loader": "^8.6.11", |
50 | | - "@storybook/test": "^8.6.11", |
51 | | - "@types/babel__preset-env": "^7", |
52 | | - "@types/eslint-plugin-jsx-a11y": "^6", |
53 | | - "@types/gh-pages": "^6", |
54 | | - "@types/jest": "^29.5.2", |
55 | | - "@types/react": "^18.3.3", |
56 | | - "cross-env": "^5.2.0", |
57 | | - "date-fns": "^3.6.0", |
58 | | - "dotenv": "^16.4.7", |
59 | | - "eslint": "^9.23.0", |
60 | | - "eslint-config-prettier": "^10.1.1", |
61 | | - "eslint-import-resolver-typescript": "^4.3.2", |
62 | | - "eslint-plugin-cypress": "^4.2.0", |
63 | | - "eslint-plugin-import": "^2.31.0", |
64 | | - "eslint-plugin-jsx-a11y": "^6.10.2", |
65 | | - "eslint-plugin-prettier": "^5.2.5", |
66 | | - "eslint-plugin-react": "^7.37.4", |
67 | | - "eslint-plugin-react-hooks": "^5.2.0", |
68 | | - "eslint-plugin-testing-library": "^7.1.1", |
69 | | - "full-icu": "^1.3.1", |
70 | | - "gh-pages": "^6.3.0", |
71 | | - "global-jsdom": "^9.0.1", |
72 | | - "globals": "^16.0.0", |
73 | | - "husky": "^2.3.0", |
74 | | - "jest": "^29.5.0", |
75 | | - "jest-circus": "29.5.0", |
76 | | - "jest-environment-jsdom": "^29.5.0", |
77 | | - "jest-resolve": "29.5.0", |
78 | | - "jest-watch-typeahead": "2.2.2", |
79 | | - "lerna": "^9.0.5", |
80 | | - "lint-staged": "^13.0.3", |
81 | | - "lodash": "^4.17.21", |
82 | | - "lolex": "~2.3.2", |
83 | | - "prettier": "~3.2.5", |
84 | | - "raf": "~3.4.1", |
85 | | - "react": "^18.3.1", |
86 | | - "react-dom": "^18.3.1", |
87 | | - "storybook": "^8.6.11", |
88 | | - "ts-jest": "^29.1.0", |
89 | | - "tsx": "^4.19.3", |
90 | | - "typescript": "^5.8.3", |
91 | | - "typescript-eslint": "^8.28.0", |
92 | | - "whatwg-fetch": "^3.0.0" |
93 | | - }, |
94 | | - "workspaces": [ |
95 | | - "packages/*", |
96 | | - "examples/*", |
97 | | - "cypress", |
98 | | - "docs_headless" |
99 | | - ], |
100 | | - "dependenciesMeta": { |
101 | | - "@react-spring/core": { |
102 | | - "built": false |
| 2 | + "private": true, |
| 3 | + "name": "react-admin-lerna", |
| 4 | + "scripts": { |
| 5 | + "build": "lerna run build", |
| 6 | + "watch": "lerna run --parallel watch", |
| 7 | + "test-unit": "cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest", |
| 8 | + "test-unit-ci": "cross-env LANG=en_US.UTF-8 NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand", |
| 9 | + "test-e2e": "yarn run -s build && cross-env NODE_ENV=test && cd cypress && yarn test", |
| 10 | + "test-e2e-local": "cd cypress && yarn start", |
| 11 | + "test": "yarn test-unit && yarn test-e2e", |
| 12 | + "doc": "cd docs && jekyll server . --watch --host 0.0.0.0", |
| 13 | + "lint": "eslint --ext .js,.ts,.tsx \"./packages/**/src/**/*.{js,ts,tsx}\" \"./examples/**/src/**/*.{js,ts,tsx}\" \"./cypress/**/*.{js,ts,tsx}\"", |
| 14 | + "prettier": "prettier --config ./.prettierrc.js --write --list-different \"packages/*/src/**/*.{js,json,ts,tsx,css,md}\" \"examples/*/src/**/*.{js,ts,json,tsx,css,md}\" \"cypress/**/*.{js,ts,json,tsx,css,md}\"", |
| 15 | + "run-simple": "cd examples/simple && yarn dev", |
| 16 | + "run-no-code": "cd examples/no-code && yarn dev", |
| 17 | + "run-tutorial": "cd examples/tutorial && yarn dev", |
| 18 | + "run-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn dev", |
| 19 | + "build-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn build", |
| 20 | + "run-graphql-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=graphql yarn dev", |
| 21 | + "run-crm": "cd examples/crm && yarn dev", |
| 22 | + "build-crm": "cd examples/crm && yarn build", |
| 23 | + "storybook": "storybook dev -p 9010", |
| 24 | + "build-storybook": "storybook build -c .storybook -o public --quiet", |
| 25 | + "update-changelog": "tsx scripts/update-changelog.ts", |
| 26 | + "update-milestones": "tsx scripts/update-milestones.ts", |
| 27 | + "create-github-release": "tsx scripts/create-github-release.ts", |
| 28 | + "update-create-react-admin-deps": "tsx scripts/update-create-react-admin-deps.ts", |
| 29 | + "run-offline": "cd examples/ra-offline && yarn dev", |
| 30 | + "build-offline": "cd examples/ra-offline && yarn build", |
| 31 | + "preview-offline": "cd examples/ra-offline && yarn preview", |
| 32 | + "serve-offline": "cd examples/ra-offline && yarn serve" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 36 | + "@babel/plugin-proposal-private-methods": "^7.18.6", |
| 37 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 38 | + "@babel/preset-env": "^7.26.9", |
| 39 | + "@babel/preset-react": "^7.26.3", |
| 40 | + "@babel/preset-typescript": "^7.27.0", |
| 41 | + "@eslint/js": "^9.23.0", |
| 42 | + "@octokit/core": "^6.1.4", |
| 43 | + "@storybook/addon-actions": "^8.6.11", |
| 44 | + "@storybook/addon-controls": "^8.6.11", |
| 45 | + "@storybook/addon-storysource": "^8.6.11", |
| 46 | + "@storybook/addon-webpack5-compiler-babel": "^3.0.5", |
| 47 | + "@storybook/react": "^8.6.11", |
| 48 | + "@storybook/react-webpack5": "^8.6.11", |
| 49 | + "@storybook/source-loader": "^8.6.11", |
| 50 | + "@storybook/test": "^8.6.11", |
| 51 | + "@types/babel__preset-env": "^7", |
| 52 | + "@types/eslint-plugin-jsx-a11y": "^6", |
| 53 | + "@types/gh-pages": "^6", |
| 54 | + "@types/jest": "^29.5.2", |
| 55 | + "@types/react": "^18.3.3", |
| 56 | + "cross-env": "^5.2.0", |
| 57 | + "date-fns": "^3.6.0", |
| 58 | + "dotenv": "^16.4.7", |
| 59 | + "eslint": "^9.23.0", |
| 60 | + "eslint-config-prettier": "^10.1.1", |
| 61 | + "eslint-import-resolver-typescript": "^4.3.2", |
| 62 | + "eslint-plugin-cypress": "^4.2.0", |
| 63 | + "eslint-plugin-import": "^2.31.0", |
| 64 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 65 | + "eslint-plugin-prettier": "^5.2.5", |
| 66 | + "eslint-plugin-react": "^7.37.4", |
| 67 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 68 | + "eslint-plugin-testing-library": "^7.1.1", |
| 69 | + "full-icu": "^1.3.1", |
| 70 | + "gh-pages": "^6.3.0", |
| 71 | + "global-jsdom": "^9.0.1", |
| 72 | + "globals": "^16.0.0", |
| 73 | + "husky": "^2.3.0", |
| 74 | + "jest": "^29.5.0", |
| 75 | + "jest-circus": "^29.5.0", |
| 76 | + "jest-environment-jsdom": "^29.5.0", |
| 77 | + "jest-resolve": "^29.5.0", |
| 78 | + "jest-watch-typeahead": "2.2.2", |
| 79 | + "lerna": "^9.0.5", |
| 80 | + "lint-staged": "^13.0.3", |
| 81 | + "lodash": "^4.17.21", |
| 82 | + "lolex": "~2.3.2", |
| 83 | + "prettier": "~3.2.5", |
| 84 | + "raf": "~3.4.1", |
| 85 | + "react": "^18.3.1", |
| 86 | + "react-dom": "^18.3.1", |
| 87 | + "storybook": "^8.6.11", |
| 88 | + "ts-jest": "^29.1.0", |
| 89 | + "tsx": "^4.19.3", |
| 90 | + "typescript": "^5.8.3", |
| 91 | + "typescript-eslint": "^8.28.0", |
| 92 | + "whatwg-fetch": "^3.0.0" |
| 93 | + }, |
| 94 | + "workspaces": [ |
| 95 | + "packages/*", |
| 96 | + "examples/*", |
| 97 | + "cypress", |
| 98 | + "docs_headless" |
| 99 | + ], |
| 100 | + "dependenciesMeta": { |
| 101 | + "@react-spring/core": { |
| 102 | + "built": false |
| 103 | + } |
| 104 | + }, |
| 105 | + "resolutions": { |
| 106 | + "minimist": "^1.2.6", |
| 107 | + "ejs": "^3.1.7", |
| 108 | + "@storybook/source-loader@npm:8.4.4": "patch:@storybook/source-loader@npm%3A8.4.4#~/.yarn/patches/@storybook-source-loader-npm-8.4.4-55dafc88e2.patch" |
| 109 | + }, |
| 110 | + "packageManager": "yarn@4.0.2", |
| 111 | + "changelog": { |
| 112 | + "repo": "marmelab/react-admin", |
| 113 | + "labels": { |
| 114 | + "breaking change": "Breaking Changes", |
| 115 | + "feature": "New Features", |
| 116 | + "fix": "Fixes", |
| 117 | + "Documentation": "Documentation", |
| 118 | + "TypeScript": "TypeScript" |
| 119 | + } |
103 | 120 | } |
104 | | - }, |
105 | | - "resolutions": { |
106 | | - "minimist": "^1.2.6", |
107 | | - "ejs": "^3.1.7", |
108 | | - "@storybook/source-loader@npm:8.4.4": "patch:@storybook/source-loader@npm%3A8.4.4#~/.yarn/patches/@storybook-source-loader-npm-8.4.4-55dafc88e2.patch" |
109 | | - }, |
110 | | - "packageManager": "yarn@4.0.2", |
111 | | - "changelog": { |
112 | | - "repo": "marmelab/react-admin", |
113 | | - "labels": { |
114 | | - "breaking change": "Breaking Changes", |
115 | | - "feature": "New Features", |
116 | | - "fix": "Fixes", |
117 | | - "Documentation": "Documentation", |
118 | | - "TypeScript": "TypeScript" |
119 | | - } |
120 | | - } |
121 | 121 | } |
0 commit comments