-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.67 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
{
"name": "fonts-jar",
"displayName": "Fonts Jar",
"version": "0.4.0",
"description": "Save your favorite fonts so you never forget they exist.",
"author": "Davide Ciulla",
"repository": {
"type": "git",
"url": "git+https://github.com/DaveKeehl/fonts-jar.git"
},
"bugs": {
"url": "https://github.com/DaveKeehl/fonts-jar/issues"
},
"homepage": "https://github.com/DaveKeehl/fonts-jar#readme",
"license": "ISC",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"build-zip": "plasmo build -- --zip",
"package": "plasmo package",
"lint": "npx tsc"
},
"dependencies": {
"@plasmohq/storage": "^1.0.0",
"cva": "npm:class-variance-authority@^0.4.0",
"jotai": "^1.13.1",
"lodash": "^4.17.21",
"phosphor-react": "^1.4.1",
"plasmo": "0.64.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
"@types/chrome": "0.0.210",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"key": "$CRX_PUBLIC_KEY"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}