1 | {
|
2 | "name": "react-redux-toastr",
|
3 | "version": "7.6.5",
|
4 | "description": "react-redux-toastr is a React toastr message implemented with Redux",
|
5 | "main": "lib/index.js",
|
6 | "jsnext:main": "./src/index.js",
|
7 | "scripts": {
|
8 | "start": "better-npm-run dev-server",
|
9 | "dev_win": "NODE_ENV=development NODE_PORT=3000 ./node_modules/.bin/webpack-dev-server --hot --inline --config build/webpack.config.js",
|
10 | "build": "./node_modules/.bin/babel src/ --out-dir lib && npm run sass && npm run postcss",
|
11 | "sass": "./node_modules/.bin/node-sass src/styles/index.scss lib/css/react-redux-toastr.min.css --output-style compressed",
|
12 | "postcss": "./node_modules/.bin/postcss --u autoprefixer -o ./lib/css/react-redux-toastr.min.css ./lib/css/react-redux-toastr.min.css",
|
13 | "clean": "./node_modules/.bin/rimraf dist lib",
|
14 | "lint": "./node_modules/eslint/bin/eslint.js --fix .",
|
15 | "build_app": "concurrently \"npm run clean\" \"npm run lint\" \"npm run build\" \"npm run sass\" \"npm run clean\"",
|
16 | "buildc": "better-npm-run build_client"
|
17 | },
|
18 | "eslintConfig": {
|
19 | "root": true
|
20 | },
|
21 | "betterScripts": {
|
22 | "dev-server": {
|
23 | "command": "./node_modules/.bin/webpack-dev-server --hot --inline --mode=development --config webpack/development.js",
|
24 | "env": {
|
25 | "NODE_ENV": "development",
|
26 | "NODE_PORT": 4001
|
27 | }
|
28 | },
|
29 | "build_client": {
|
30 | "command": "./node_modules/.bin/webpack -p --color --progress --mode=production --config webpack/production.js",
|
31 | "env": {
|
32 | "NODE_ENV": "production"
|
33 | }
|
34 | }
|
35 | },
|
36 | "author": "Diego Oliveira",
|
37 | "license": "MIT",
|
38 | "repository": {
|
39 | "type": "git",
|
40 | "url": "git+https://github.com/diegoddox/react-redux-toastr.git"
|
41 | },
|
42 | "bugs": {
|
43 | "url": "https://github.com/diegoddox/react-redux-toastr/issues"
|
44 | },
|
45 | "files": [
|
46 | "src/",
|
47 | "lib/",
|
48 | "CHANGELOG.md",
|
49 | "README.md"
|
50 | ],
|
51 | "keywords": [
|
52 | "React.js",
|
53 | "React",
|
54 | "Redux",
|
55 | "react",
|
56 | "redux toastr",
|
57 | "react-redux-toastr",
|
58 | "react-component",
|
59 | "toastr",
|
60 | "alert",
|
61 | "toast",
|
62 | "message",
|
63 | "popup",
|
64 | "react toastr",
|
65 | "react redux toastr",
|
66 | "react toastr redux",
|
67 | "react confirm",
|
68 | "react alert",
|
69 | "avatar",
|
70 | "toastr profile"
|
71 | ],
|
72 | "devDependencies": {
|
73 | "@babel/cli": "^7.2.3",
|
74 | "@babel/core": "^7.2.2",
|
75 | "@babel/plugin-proposal-class-properties": "^7.2.3",
|
76 | "@babel/preset-env": "^7.2.3",
|
77 | "@babel/preset-react": "^7.0.0",
|
78 | "autoprefixer": "^9.4.4",
|
79 | "babel-eslint": "^10.0.1",
|
80 | "babel-loader": "^8.0.5",
|
81 | "better-npm-run": "^0.1.1",
|
82 | "clean-css": "^4.0.11",
|
83 | "clean-css-loader": "^1.1.0",
|
84 | "concurrently": "^4.1.0",
|
85 | "css-loader": "^2.1.0",
|
86 | "eslint": "^5.12.0",
|
87 | "eslint-loader": "^2.1.1",
|
88 | "eslint-plugin-babel": "^5.3.0",
|
89 | "eslint-plugin-react": "^7.12.3",
|
90 | "file-loader": "^3.0.1",
|
91 | "html-webpack-plugin": "^3.2.0",
|
92 | "lorem-ipsum": "^1.0.3",
|
93 | "mini-css-extract-plugin": "^0.5.0",
|
94 | "node-sass": "^4.5.2",
|
95 | "postcss-cli": "^6.1.1",
|
96 | "postcss-extend": "^1.0.5",
|
97 | "postcss-import": "^12.0.1",
|
98 | "postcss-mixins": "^6.2.1",
|
99 | "postcss-nested": "^4.1.1",
|
100 | "postcss-simple-vars": "^5.0.1",
|
101 | "prop-types": "^15.5.7",
|
102 | "react": "^16.7.0",
|
103 | "react-dom": "^16.7.0",
|
104 | "react-hot-loader": "^4.6.3",
|
105 | "react-redux": "^6.0.0",
|
106 | "redux": "^4.0.1",
|
107 | "rimraf": "^2.4.4",
|
108 | "sass-loader": "^7.1.0",
|
109 | "style-loader": "^0.23.1",
|
110 | "url-loader": "^1.1.2",
|
111 | "webpack": "^4.28.3",
|
112 | "webpack-cli": "^3.2.1",
|
113 | "webpack-dev-server": "^3.1.14"
|
114 | },
|
115 | "peerDependencies": {
|
116 | "react": "^0.14 || ^15.0.1 || ^16.0.0",
|
117 | "react-redux": "^4.0.1 || ^5.0.1 || ^6.0.0 || ^7.0.0",
|
118 | "redux": "^3.0.5 || ^4.0.0",
|
119 | "prop-types": "^15.5.7"
|
120 | },
|
121 | "dependencies": {
|
122 | "classnames": "^2.2.3",
|
123 | "eventemitter3": "^3.1.0"
|
124 | },
|
125 | "homepage": "https://github.com/diegoddox/react-redux-toastr#readme"
|
126 | }
|