Repository URL to install this package:
Version:
2.4.0 ▾
|
django-comments-xtd-plugins
/
package.json
|
---|
{
"name": "django-comments-xtd-plugins",
"version": "2.4.0",
"description": "Provides django-comments-xtd reactjs plugin",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"md5": "^2.2.1",
"remarkable": "^1.7.0"
}
}