main
json 52 lines 1.46 KB
Raw
1 {
2 "private": true,
3 "workspaces": {
4 "packages": [
5 "packages/*"
6 ]
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/react/react.git"
11 },
12 "scripts": {
13 "copyright": "node scripts/copyright.js",
14 "hash": "scripts/hash.sh",
15 "start": "yarn workspace playground run start",
16 "next": "yarn workspace playground run dev",
17 "build": "yarn workspaces run build",
18 "dev": "cd apps/playground && yarn dev",
19 "test": "yarn workspaces run test",
20 "snap": "yarn workspace babel-plugin-react-compiler run snap",
21 "snap:build": "yarn workspace snap run build",
22 "npm:publish": "node scripts/release/publish",
23 "eslint-docs": "yarn workspace babel-plugin-react-compiler build && node scripts/build-eslint-docs.js"
24 },
25 "dependencies": {
26 "fs-extra": "^4.0.2",
27 "react-is": "0.0.0-experimental-4beb1fd8-20241118"
28 },
29 "devDependencies": {
30 "@babel/types": "^7.26.0",
31 "@tsconfig/strictest": "^2.0.5",
32 "concurrently": "^7.4.0",
33 "esbuild": "^0.25.0",
34 "folder-hash": "^4.0.4",
35 "npm-dts": "^1.3.13",
36 "object-assign": "^4.1.1",
37 "ora": "5.4.1",
38 "prettier": "^3.3.3",
39 "prettier-plugin-hermes-parser": "^0.26.0",
40 "prompt-promise": "^1.0.3",
41 "rimraf": "^6.0.1",
42 "to-fast-properties": "^2.0.0",
43 "tsup": "^8.4.0",
44 "typescript": "^5.4.3",
45 "wait-on": "^7.2.0",
46 "yargs": "^17.7.2"
47 },
48 "resolutions": {
49 "@babel/types": "7.26.3"
50 },
51 "packageManager": "yarn@1.22.22"
52 }