/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
fixtures/owner-stacks/package.json
36 строк
794 B
Sebastian "Sebbie" Silbermann
Clear bundler cache before bundling fixtures (#33426)
03 июн 2025, 22:10
Не верифицирован
03 июн 2025, 22:10
2e9f8cd
Код
Авторство
О чём код?
{ "name": "owner-stacks", "version": "0.1.0", "private": true, "dependencies": { "react": "experimental", "react-dom": "experimental", "react-scripts": "5.0.1", "web-vitals": "^2.1.0" }, "scripts": { "prestart": "cp -a ../../build/oss-experimental/. node_modules && rm -rf node_modules/.cache;", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "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" ] } }