/
pashko
/
siec
Обзор
Документация
Войти
/
pashko
/
siec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
spam
package.json
37 строк
1 KB
Pavel Kokorin
wip
17 июн 2026, 14:47
17 июн 2026, 14:47
9f924ba
Код
Авторство
О чём код?
{ "name": "webpack_react", "version": "1.0.0", "description": "<p align=\"center\"> <a href=\"https://github.com/yiisoft\" target=\"_blank\"> <img src=\"https://avatars0.githubusercontent.com/u/993323\" height=\"100px\"> </a> <h1 align=\"center\">Yii 2 Advanced Project Template</h1> <br> </p>", "main": "index.js", "scripts": { "build": "webpack", "build-watch": "webpack --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "react": "^16.10.2", "react-dom": "^16.10.2", "react-meta-tags": "^0.7.4" }, "devDependencies": { "@babel/core": "^7.6.3", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.6.3", "@babel/preset-react": "^7.6.3", "@babel/preset-stage-2": "^7.0.0", "axios": "^1.11.0", "babel-loader": "^8.0.6", "css-loader": "^7.1.2", "file-loader": "^6.2.0", "font-awesome": "^4.7.0", "mini-css-extract-plugin": "^2.9.4", "react-router-dom": "^5.1.2", "sass": "1.77.8", "sass-loader": "^8.0.0", "style-loader": "^1.0.0", "webpack": "^5.101.1", "webpack-cli": "^6.0.1" } }