@kkt/raw-modules
Version:
Makes it easy to use the webpack raw-loader.
29 lines (28 loc) • 577 B
JSON
{
"name": "@kkt/raw-modules",
"version": "7.5.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Makes it easy to use the webpack raw-loader.",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"repository": "https://github.com/kktjs/kkt.git",
"keywords": [
"kkt",
"react",
"framework"
],
"license": "MIT",
"files": [
"lib",
"src"
],
"scripts": {
"watch": "tsbb watch --no-esm"
},
"dependencies": {
"raw-loader": "^4.0.2"
},
"devDependencies": {
"kkt": "^7.5.5"
}
}