cep-bundler-webpack
Version:
CEP bundler for webpack
38 lines (37 loc) • 846 B
JSON
{
"name": "cep-bundler-webpack",
"version": "0.2.0",
"description": "CEP bundler for webpack",
"main": "index.js",
"scripts": {
"start": "exit 0"
},
"keywords": [
"Adobe",
"CEP",
"ExtendScript",
"TypeScript",
"Bundler",
"Extension",
"Plugin",
"Webpack"
],
"author": "Koen Schmeets",
"license": "MIT",
"dependencies": {
"cep-bundler-core": "^0.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"extendscript-es5-shim-ts": "0.0.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"ts-loader": "^6.2.2",
"tss-loader": "0.0.2",
"webpack": "^4.43.0",
"webpack-node-externals": "^1.7.2",
"wrapper-webpack-plugin": "^2.1.0"
}
}