/
sejeenn
/
skillbox_react_js
Обзор
Документация
Войти
/
sejeenn
/
skillbox_react_js
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
22 строки
465 B
Eugene
first commit, add index, .gitignore, install npm packages
14 окт 2025, 20:38
14 окт 2025, 20:38
54f6883
Код
Авторство
О чём код?
{ "name": "skillbox_react_js", "version": "1.0.0", "description": "", "license": "ISC", "author": "Eugene Vorontsov", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.102.1", "webpack-cli": "^6.0.1" }, "dependencies": { "react": "^19.2.0", "react-dom": "^19.2.0" } }