toast-me
Version:
Creates toast messages
94 lines (93 loc) • 2.76 kB
JSON
{
"name": "toast-me",
"version": "1.5.0",
"description": "Creates toast messages",
"main": "lib/toast-me.min.js",
"types": "toast-me.d.ts",
"scripts": {
"build": "webpack --env build --config scripts/config/webpack.config.prod.js",
"run-dev": "node scripts/dev-server",
"run-demo": "cross-env DEMO=true PORT=3006 node scripts/dev-server",
"watch": "webpack --watch --env dev --config scripts/config/webpack.config.devLib.js",
"test-watch": "node scripts/test.js --env=jsdom --config jest.config.js",
"test": "node scripts/test.js --env=jsdom --config jest.config.js --coverage --runInBand && flow"
},
"repository": {
"type": "git",
"url": "https://github.com/a-kalinin/toast-me.git"
},
"keywords": [
"es6",
"react",
"vue",
"web",
"bubble",
"toast",
"popup",
"notify",
"error",
"notification"
],
"author": "Alex Kalinin",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-kalinin/toast-me/issues"
},
"homepage": "https://github.com/a-kalinin/toast-me",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-flow-runtime": "^0.18.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^7.0.0-beta.3",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.1",
"cross-env": "^5.2.1",
"css-loader": "^6.7.3",
"cssnano": "^5.1.14",
"eslint": "^8.31.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-webpack-plugin": "^3.2.0",
"flow-bin": "^0.196.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"husky": "^3.0.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.7.1",
"jsdom": "16.5.0",
"jsdom-global": "3.0.2",
"mini-css-extract-plugin": "^2.7.2",
"nyc": "^13.1.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"toast-me": "^1.4.14",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"yargs": "^10.0.3"
},
"nyc": {
"sourceMap": false,
"instrument": false
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}