mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "js",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@divkitframework/divkit": "16.0.0",
|
|
"css-loader": "6.7.2",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"mini-css-extract-plugin": "2.7.0",
|
|
"webpack": "5.75.0",
|
|
"webpack-cli": "5.0.0"
|
|
}
|
|
}
|