-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.45 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.45 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"author": {
"email": "madliani@hotmail.com",
"name": "madliani",
"url": "https://madliani.github.io"
},
"bugs": {
"email": "madiliani@hotmail.com",
"url": "https://github.com/madliani/reactify/issues"
},
"cpu": [
"x64"
],
"dependencies": {
"@heroui/react": "^3.2.2",
"@heroui/styles": "^3.2.2",
"jotai": "2.20.2",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-helmet-async": "3.0.0",
"react-router": "8.3.0",
"tailwindcss": "^4.3.3"
},
"description": "The React Starter Kit.",
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.65.0",
"@typescript-eslint/parser": "8.65.0",
"@vitejs/plugin-react-swc": "4.3.2",
"@vitest/coverage-v8": "4.1.10",
"@vitest/ui": "4.1.10",
"autoprefixer": "10.5.4",
"eslint": "10.8.0",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-compat": "7.0.2",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-no-unsanitized": "4.1.5",
"eslint-plugin-promise": "7.3.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.3",
"eslint-plugin-regexp": "3.1.1",
"eslint-plugin-sonarjs": "4.2.0",
"eslint-plugin-sort": "4.0.0",
"eslint-plugin-testing-library": "7.16.2",
"globals": "^17.7.0",
"happy-dom": "20.11.1",
"node-notifier": "10.0.1",
"prettier": "3.9.6",
"stylelint": "17.14.1",
"stylelint-config-clean-order": "10.0.0",
"stylelint-config-standard": "40.0.0",
"stylelint-no-unsupported-browser-features": "8.1.1",
"stylelint-order": "8.1.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"vite": "8.1.5",
"vite-plugin-compression2": "2.5.3",
"vitest": "4.1.10"
},
"engines": {
"node": ">=20.9.0"
},
"engineStrict": false,
"homepage": "https://github.com/madliani/reactify",
"keywords": [
"heroui",
"react",
"reactify",
"spa",
"typescript",
"vite"
],
"license": "AGPL-3.0-or-later",
"name": "reactify",
"os": [
"linux"
],
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/madliani/reactify.git"
},
"scripts": {
"build": "vite build",
"check:format": "prettier --write './src/**/*.{css,ts,tsx}'",
"check:lint": "stylelint --fix './src/**/*.css' && eslint --fix './src/**/*.{ts,tsx}' && tsc --noEmit",
"serve:preview": "vite preview",
"serve": "vite",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest run --ui",
"test": "vitest run"
},
"type": "module",
"version": "2.5.0"
}