-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) ยท 1.52 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
{
"name": "kor-address-extension",
"version": "1.2.0",
"main": "dist/index.js",
"type": "module",
"repository": "git@github.com:Jaewoook/kor-address-extension.git",
"author": "Jaewook Ahn <ajw4586@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx",
"package": "node scripts/CreatePackage.js",
"postpackage": "node scripts/CreateDistribution.js"
},
"devDependencies": {
"@types/chrome": "^0.0.268",
"@types/clipboard": "^2.0.1",
"@types/firefox-webext-browser": "^120.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.6.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"archiver": "^5.3.1",
"chalk": "^4.1.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"fs-extra": "^10.1.0",
"prettier": "3.3.2",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"dependencies": {
"@sentry/react": "^6.13.3",
"antd": "^5.18.2",
"axios": "^1.7.2",
"copy-to-clipboard": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.11"
}
}