-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 732 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 732 Bytes
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
{
"name": "react-json-differ",
"version": "1.0.5",
"description": "React equivalent of angular-object-diff",
"main": "dist/jsonDiffer.js",
"workspaces": {
"packages": [
"components/*",
"testing/*"
]
},
"files": ["/dist"],
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": "Coldknife2",
"license": "ISC",
"dependencies": {
"@vitejs/plugin-react": "^1.3.2",
"deep-object-diff": "^1.1.7",
"lodash": "^4.17.21",
"react": "^18.1.0",
"vite": "^2.9.12"
},
"devDependencies": {
"react-dom": "^18.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Coldknife2/react-json-differ.git"
}
}