-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (36 loc) · 982 Bytes
/
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
{
"name": "readprogress",
"version": "0.0.7",
"author": "Cobby <[email protected]>",
"description": ".A React component that shows the progress of reading a page",
"repository": {
"type": "git",
"url": "https://github.com/co-bby/Read-Progress.git"
},
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"Read Progress",
"progress Bar",
"Read"
],
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nkzw/eslint-config": "^1.8.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^18.2.28",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"happy-dom": "^12.9.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "esbuild src/index.ts --bundle --outfile=lib/index.js --platform=node --target=es2017 --format=cjs --external:react"
}
}