-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.12 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
64
65
66
67
68
69
70
71
{
"name": "online-oxford-collocation-dictionary",
"displayName": "Online Oxford Collocation Dictionary",
"version": "0.1.1",
"description": "Look up for word collocations",
"author": "Guilherme Victor",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"format": "prettier . --write",
"release": "commit-and-tag-version",
"lint": "eslint --fix src",
"prepare": "husky",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.51.23",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.437.0",
"plasmo": "0.89.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-resizable-panels": "^2.1.2",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.9.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"commit-and-tag-version": "^12.4.3",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"prettier": "3.2.4",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.9",
"typescript": "5.3.3",
"typescript-eslint": "^8.1.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
"manifest": {
"host_permissions": [
"https://m.freecollocation.com/browse"
]
}
}