mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
29 lines
747 B
JSON
29 lines
747 B
JSON
{
|
|
"name": "divkit-react",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.4",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@babel/preset-typescript": "7.21.4",
|
|
"@divkitframework/divkit": "24.3.0",
|
|
"@divkitframework/react": "1.1.0",
|
|
"babel-loader": "9.1.2",
|
|
"css-loader": "6.7.3",
|
|
"html-webpack-plugin": "5.5.1",
|
|
"mini-css-extract-plugin": "2.7.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"webpack": "5.80.0",
|
|
"webpack-cli": "5.0.2"
|
|
}
|
|
}
|