-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "react-noti",
"version": "0.0.0-semantically-released",
"description": "react-noti - Toast Notifications made easy",
"main": "dist/react-noti.cjs.js",
"module": "dist/react-noti.esm.js",
"style": "dist/react-noti.css",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --open",
"test": "cross-env NODE_ENV=test jest",
"test:watch": "npm test -- --watch",
"coverage": "npm test -- --coverage",
"clean": "rimraf dist coverage",
"lint": "eslint --ext .js,.jsx .",
"lint:fix": "npm run lint -- --fix",
"lint:format": "prettier \"**/*.{md,json,yml,css}\" --check",
"lint:format:fix": "prettier \"**/*.{md,json,yml,css}\" --write",
"lint:styles": "stylelint --ignore-path .gitignore --syntax scss **/*.scss",
"lint:styles:fix": "stylelint --ignore-path .gitignore --syntax scss **/*.scss --fix",
"build": "npm run clean && cross-env NODE_ENV=production rollup -c",
"examples:build": "cross-env NODE_ENV=production GENERATE_SOURCEMAP=false PUBLIC_URL=/react-noti/ webpack --progress --config webpack.config.js",
"examples:deploy": "gh-pages -d ./examples/build",
"examples:analyze": "npm run build:examples -- --env.analyze",
"commit": "git-cz",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/vitaliiburlaka/react-noti.git"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "Vitalii Burlaka <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitaliiburlaka/react-noti/issues"
},
"homepage": "https://vitaliiburlaka.github.io/react-noti",
"keywords": [
"react",
"notification",
"toast",
"react-noti",
"push",
"alert"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.15.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"doctoc": "^2.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.4.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"lint-staged": "^11.2.3",
"mini-css-extract-plugin": "^2.4.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.10.0",
"resolve-url-loader": "^4.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",
"semantic-release": "^18.0.0",
"style-loader": "^3.3.0",
"styled-components": "^5.3.3",
"terser-webpack-plugin": "^5.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.59.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.x",
"react-dom": "^16.8.0 || || ^17.0.x",
"styled-components": "^5.x.x"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix"
],
"*.{md,json,yml,yaml,css}": [
"prettier --write"
],
"README.md": [
"doctoc --maxlevel 4 --notitle"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run coverage"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}