-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "@nightmaregaurav/react-profile-picture",
"version": "1.0.8",
"description": "Simple react profile picture component.",
"repository": {
"type": "git",
"url": "git+https://github.com/nightmaregaurav/react-profile-picture.git"
},
"scripts": {
"clean": "rimraf dist/",
"copy-files": "copyfiles -u 1 src/*.css dist/",
"build": "npm run clean && tsc && npm run copy-files"
},
"keywords": [
"profile-picture",
"pp-react",
"pp",
"react-profile-picture",
"profile-photo",
"react-profile-photo",
"profile-photo-react",
"profile-picture-react"
],
"author": "nightmaregaurav",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightmaregaurav/react-profile-picture/issues"
},
"homepage": "https://github.com/nightmaregaurav/react-profile-picture#readme",
"devDependencies": {
"@types/react": "^18.3.12",
"copyfiles": "^2.4.1",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/types/index.d.ts"
}