mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
Sorry about the thrash in advance! This removes the top level `forget` directory which adds unnecessary nesting to our repo Hopefully everything still works
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "playground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development && next dev",
|
|
"build": "next build && node ./scripts/downloadFonts.js",
|
|
"vercel-build": "yarn workspaces run build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.19.1",
|
|
"@babel/parser": "^7.19.1",
|
|
"@babel/plugin-syntax-typescript": "^7.18.6",
|
|
"@babel/plugin-transform-block-scoping": "^7.18.9",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@babel/traverse": "^7.19.1",
|
|
"@babel/types": "^7.19.0",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@monaco-editor/react": "^4.4.6",
|
|
"@use-gesture/react": "^10.2.22",
|
|
"babel-plugin-react-forget": "*",
|
|
"hermes-eslint": "^0.14.0",
|
|
"invariant": "^2.2.4",
|
|
"monaco-editor": "^0.34.1",
|
|
"next": "13.0.4",
|
|
"notistack": "^3.0.0-alpha.7",
|
|
"prettier": "^2.8.8",
|
|
"pretty-format": "^29.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.9",
|
|
"@types/prettier": "^2.7.1",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.9",
|
|
"autoprefixer": "^10.4.13",
|
|
"clsx": "^1.2.1",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-next": "13.0.4",
|
|
"postcss": "^8.4.19",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^5.1.0"
|
|
},
|
|
"resolutions": {
|
|
"./**/@babel/parser": "7.7.4",
|
|
"./**/@babel/types": "7.7.4",
|
|
"@babel/core": "7.2.0",
|
|
"@babel/traverse": "7.1.6",
|
|
"@babel/generator": "7.2.0"
|
|
}
|
|
}
|