-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "json-compare",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://grayhat12.github.io/json-ops/",
"scripts": {
"dev": "vite --base=/public",
"build": "tsc && vite build --base=/json-ops",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.13",
"@uiw/react-json-view": "2.0.0-alpha.7",
"dequal": "^2.0.3",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"isoworker": "^0.2.4",
"jsonabc": "GrayHat12/jsonabc",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.0",
"sort-by": "^1.2.0",
"use-dark-mode": "^2.3.1",
"vanilla-jsoneditor": "^0.17.8"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^5.0.0",
"typescript": "^5.0.2",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.16.5"
}
}