-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.36 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": "jsdiff",
"version": "3.0.5",
"description": "Chrome extension to compare objects in memory with console.diff(old, new) devtools function",
"private": true,
"scripts": {
"dev": "make dev",
"prod": "make all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zendive/jsdiff.git"
},
"keywords": [
"devtools",
"diff",
"chrome",
"extension"
],
"author": "Block Alexander",
"license": "MIT",
"bugs": {
"url": "https://github.com/zendive/jsdiff/issues"
},
"homepage": "https://github.com/zendive/jsdiff#readme",
"type": "module",
"devDependencies": {
"@types/chrome": "0.0.259",
"@types/diff-match-patch": "^1.0.36",
"@types/firefox-webext-browser": "120.0.0",
"@types/webpack-bundle-analyzer": "4.6.3",
"@vue/compiler-sfc": "3.4.15",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.10.0",
"diff-match-patch": "^1.0.5",
"esbuild": "0.20.0",
"esbuild-loader": "4.0.3",
"jsondiffpatch": "^0.6.0",
"pinia": "^2.1.7",
"prettier": "3.2.4",
"sass": "1.70.0",
"sass-loader": "14.1.0",
"style-loader": "3.3.4",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vue": "3.4.15",
"vue-loader": "17.4.2",
"webpack": "5.90.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4"
},
"pnpm": {
"overrides": {}
}
}