-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 844 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
38
{
"name": "use-arc-theme",
"version": "0.0.1",
"description": "A React hook to get Arc browser theme's color.",
"main": "dist/index.js",
"scripts": {
"build": "tsup",
"format": "prettier --write .",
"dev": "ladle serve"
},
"keywords": [
"react",
"arc browser",
"theme"
],
"author": "Ho Yi Wei <@davidho0403>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/davidho0403/use-arc-theme.git"
},
"bugs": {
"url": "https://github.com/davidho0403/use-arc-theme/issues"
},
"files": [
"dist"
],
"devDependencies": {
"@ladle/react": "^2.17.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}