This repository was archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "red-block",
"version": "0.0.0",
"description": "Red Block",
"main": "RedBlock/manifest.json",
"repository": "https://github.com/gaeulbyul/RedBlock",
"author": "Gaeulbyul <aeiou256@gmail.com>",
"license": "MIT",
"scripts": {
"build": "just-scripts default",
"just": "just-scripts"
},
"nano-staged": {
"*.{ts,tsx,js,jsx,cjs,mjs,json,md}": "dprint fmt",
"*.{ts,tsx}": "tsc-files --noEmit"
},
"packageManager": "yarn@3.2.2",
"resolutions": {
"@types/react": "^17.0",
"@types/react-dom": "^17.0"
},
"devDependencies": {
"@types/lodash-es": "^4.14.117",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0",
"@types/react-dom": "^17.0",
"@types/twitter-text": "^3.1.0",
"@types/webextension-polyfill": "^0.8.3",
"csstype": "^3.0.11",
"dprint": "^0.30.3",
"esbuild": "^0.15.6",
"husky": "^7.0.4",
"just-scripts": "^1.5.4",
"mkdirp": "1.0.4",
"nano-staged": "^0.8.0",
"ncp": "^2.0.0",
"rimraf": "3.0.2",
"tsc-files": "^1.1.3",
"typescript": "^4.7.4"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.3",
"@mui/styles": "^5.5.3",
"dayjs": "^1.11.0",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"twitter-text": "^3.1.0",
"uuid": "^8.3.2",
"webextension-polyfill": "^0.9.0",
"zod": "^3.17.10"
}
}