28 lines
740 B
JSON
28 lines
740 B
JSON
{
|
|
"name": "trunk-images",
|
|
"version": "1.0.0",
|
|
"description": "trunkImages TinyMCE plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "typings install",
|
|
"start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --inline",
|
|
"lint": "tslint 'src/**/*.js'",
|
|
"build": "webpack --config config/webpack.config.prod.js --progress"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"html-webpack-plugin": "^2.26.0",
|
|
"ts-loader": "^1.3.3",
|
|
"tslint": "^4.2.0",
|
|
"typescript": "^2.1.4",
|
|
"typings": "^2.1.0",
|
|
"webpack": "^2.2.0",
|
|
"webpack-dev-server": "^1.16.2"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.4"
|
|
}
|
|
}
|