-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 873 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": "fontonic",
"version": "1.0.0",
"description": "Browser extension for changing fonts",
"main": "index.js",
"scripts": {
"tsc": "tsc --watch -p tsconfig.json",
"tailwind": "npx tailwindcss -i input.css -o ./popup/popup.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amkhrjee/fontonic.git"
},
"keywords": [
"ui",
"fonts",
"browser",
"typography",
"extension",
"customization"
],
"author": "amkhrjee",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/amkhrjee/fontonic/issues"
},
"homepage": "https://github.com/amkhrjee/fontonic#readme",
"dependencies": {
"chrome-types": "^0.1.266"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"daisyui": "^4.12.10",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.9"
}
}