forked from zendive/jsdiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "jsdiff",
"version": "2.0.0",
"description": "![jsdiff](./src/img/panel-icon64.png) --- Chrome devtools extension intended to display result of in-memory object comparisons with the help of dedicated commands invoked via console.",
"private": true,
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"no test\" && exit 1",
"dev": "webpack --progress --watch",
"prod": "webpack --progress -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zendive/jsdiff.git"
},
"keywords": [
"devtools",
"chrome",
"extension"
],
"author": "Block Alexander",
"license": "proprietary",
"bugs": {
"url": "https://github.com/zendive/jsdiff/issues"
},
"homepage": "https://github.com/zendive/jsdiff#readme",
"devDependencies": {
"clean-webpack-plugin": "~1.0.1",
"css-loader": "~2.1.0",
"file-loader": "^3.0.1",
"node-sass": "~4.14.1",
"sass-loader": "~7.1.0",
"style-loader": "~0.23.1",
"vue-loader": "~15.6.2",
"vue-template-compiler": "~2.6.6",
"webpack": "~4.29.0",
"webpack-cli": "~3.2.1"
},
"dependencies": {
"jsondiffpatch": "~0.4.1",
"moment": "~2.29.0",
"vue": "~2.6.12"
}
}