-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "social-media-death-clock",
"displayName": "Social Media Death Clock",
"version": "2.0.1",
"description": "Remind yourself of your mortality while you waste away on social media",
"author": "amorriscode",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@plasmohq/storage": "^0.5.1",
"date-fns": "^2.28.0",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.188",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"plasmo": "latest",
"postcss": "^8.4.31",
"postcss-nested": "^5.0.6",
"postcss-rem-to-responsive-pixel": "^5.1.3",
"prettier": "2.6.2",
"tailwindcss": "^3.1.3",
"typescript": "4.7.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}