-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.8 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
56
{
"name": "dict-gcide",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"cy:run": "cypress run",
"cy:start-server": "npm run build && npm run preview & wait-on http://localhost:4173",
"cy:test": "npm run cy:start-server && npm run cy:run",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier --write .",
"prettier-lint": "prettier --check .",
"preview": "vite preview",
"test": "npm run vitest && npm run lint && npm run prettier-lint",
"vitest": "vitest --run"
},
"dependencies": {
"@oneidentity/zstd-js": "^1.0.3",
"cypress": "^13.6.1",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.0",
"sanitize-html": "^2.12.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/sanitize-html": "^2.9.5",
"@types/sharedworker": "^0.0.111",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/web-worker": "^1.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"jsdom": "^23.0.1",
"less": "^4.2.0",
"prettier": "^3.1.1",
"typescript": "^5.2.2",
"vite": "^5.0.13",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-wasm": "^3.3.0",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.0.4",
"wait-on": "^7.2.0"
}
}