-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.02 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.02 KB
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
72
73
74
75
{
"name": "mantis-connection",
"displayName": "Mantis connection",
"version": "0.0.1",
"description": "Connects third party applications with Mantis",
"author": "Luca V",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"prepare": "husky",
"test": "jest --passWithNoTests",
"postinstall": "patch-package"
},
"dependencies": {
"acorn": "^8.14.0",
"acorn-walk": "^8.3.4",
"buffer": "^6.0.3",
"d3-array": "^3.2.4",
"escodegen": "^2.1.0",
"framer-motion": "^12.23.12",
"is-nan": "^1.3.2",
"plasmo": "^0.90.5",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"util": "^0.12.5",
"uuid": "^13.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@parcel/optimizer-data-url": "2.8.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/chrome": "0.0.258",
"@types/jest": "^29.5.14",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"crypto-browserify": "^3.12.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"parcel": "2.8.3",
"patch-package": "^8.0.0",
"postcss": "8.4.33",
"postinstall-postinstall": "^2.1.0",
"prettier": "3.2.4",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"vitest": "^3.0.8"
},
"manifest": {
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"https://*/*",
"http://*/*"
]
},
"type": "module"
}