-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
85 lines (85 loc) · 2.42 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
{
"name": "react-nice-avatar",
"version": "1.5.0",
"description": "react library for generating avatar",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {},
"keywords": [
"react",
"avatar",
"react-avatar"
],
"author": "Dapi",
"license": "MIT",
"peerDependencies": {
"react": ">=16.0.0"
},
"dependencies": {
"@babel/runtime": "^7.14.3",
"chroma-js": "^2.1.2",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.14.5",
"@types/file-saver": "^2.0.3",
"@types/jest": "^29.5.10",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.3.0",
"classnames": "^2.3.1",
"css-loader": "^3.2.0",
"dom-to-image": "^2.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.3.6",
"postcss-loader": "^4.3.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.12.15",
"sass": "^1.38.0",
"sass-loader": "^10.2.0",
"standard-version": "^9.3.1",
"style-loader": "^1.0.0",
"tailwindcss": "2",
"terser-webpack-plugin": "^2.1.2",
"ts-jest": "^29.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"webpack-merge": "^5.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dapi-labs/react-nice-avatar"
},
"browserslist": [
"last 2 versions"
]
}