Files
divkit/client/web/divkit-examples/ts/package.json
T
2023-04-25 16:46:36 +03:00

25 lines
595 B
JSON

{
"name": "ts",
"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-typescript": "7.21.4",
"@divkitframework/divkit": "24.3.0",
"babel-loader": "9.1.2",
"css-loader": "6.7.3",
"html-webpack-plugin": "5.5.1",
"mini-css-extract-plugin": "2.7.5",
"webpack": "5.80.0",
"webpack-cli": "5.0.2"
}
}