mangadex/package.json
2021-03-19 13:06:32 -07:00

39 lines
1.3 KiB
JSON

{
"name": "mangadex",
"version": "1.0.0",
"description": "MangaDex JS scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config=webpack.config.js --mode=production && webpack --config=webpack-reader.config.js --mode=production",
"build-watch": "webpack --config=webpack.config.js --mode=production --watch",
"build-dev": "webpack --config=webpack.config.js --mode=development",
"build-reader": "webpack --config=webpack-reader.config.js --mode=development"
},
"author": "MangaDex",
"private": true,
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"core-js": "^3.8.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"abortcontroller-polyfill": "^1.7.1",
"date-fns": "^2.16.1",
"dotenv-webpack": "^1.8.0",
"eligrey-classlist-js-polyfill": "^1.2.20180112",
"formdata-polyfill": "^3.0.20",
"js-cookie": "^2.2.1",
"natsort": "^2.0.2",
"vtt.js": "^0.13.0",
"whatwg-fetch": "^3.5.0",
"wolfy87-eventemitter": "^5.2.9"
}
}