-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.69 KB
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
57
58
{
"name": "sucker",
"version": "0.4.0",
"private": true,
"license": "MIT",
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-error-boundary": "^6.0.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^3.0.0-beta.2"
},
"scripts": {
"dev": "vite",
"dev:full": "./dev.sh",
"backend": "python3 srv/sucker_dev.py",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"browserslist": [
">0.3%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "6.0.4",
"@vitest/coverage-v8": "4.1.10",
"@vitest/eslint-plugin": "^1.6.24",
"@vitest/ui": "4.1.10",
"eslint": "^10.7.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unicorn": "^72.0.0",
"globals": "^17.7.0",
"happy-dom": "20.11.1",
"typescript": "5.9.3",
"vite": "8.1.5",
"vitest": "4.1.10"
},
"main": "index.tsx",
"repository": "https://github.com/itworks99/sucker.git",
"author": "Konstantin Vanyushov <KVanyushov@gmail.com>",
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697"
}