/
pashko
/
siec
Обзор
Документация
Войти
/
pashko
/
siec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
37 строк
1 KB
pash lenovo
files
10 окт 2019, 13:33
10 окт 2019, 13:33
6789102
Код
Авторство
О чём код?
{ "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": "^0.19.0", "babel-loader": "^8.0.6", "css-loader": "^3.2.0", "file-loader": "^4.2.0", "font-awesome": "^4.7.0", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.12.0", "react-router-dom": "^5.1.2", "sass-loader": "^8.0.0", "style-loader": "^1.0.0", "webpack": "^4.41.0", "webpack-cli": "^3.3.9" } }