-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.17 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
{
"author": {
"email": "unixsocket@hotmail.com",
"name": "madliani",
"url": "https://madliani.github.io/"
},
"bugs": {
"email": "madiliani@hotmail.com",
"url": "https://github.com/madliani/reactify/issues"
},
"cpu": [
"x64"
],
"dependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/react": "7.0.0",
"@astrojs/sitemap": "3.7.4",
"@fontsource-variable/playfair-display": "5.3.0",
"@radix-ui/themes": "3.3.0",
"astro": "7.3.4",
"jotai": "3.0.0",
"react": "19.3.0",
"react-dom": "19.3.0",
"sharp": "0.35.4",
"tslib": "2.8.1",
"typescript": "6.0.3"
},
"description": "A starter kit for React.",
"devDependencies": {
"@cspell/dict-ru_ru": "2.3.2",
"@eslint/compat": "2.1.1",
"@eslint/js": "10.0.1",
"@eslint/json": "2.1.0",
"@testing-library/dom": "10.4.2",
"@testing-library/react": "16.3.3",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.7",
"@types/node": "26.6.2",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"@typescript-eslint/eslint-plugin": "8.70.1",
"@typescript-eslint/parser": "8.70.1",
"@vitest/coverage-v8": "5.0.1",
"@vitest/ui": "5.0.1",
"cspell": "10.3.3",
"eslint": "10.11.0",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-astro": "3.2.1",
"eslint-plugin-compat": "7.0.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-no-secrets": "2.3.3",
"eslint-plugin-perfectionist": "5.12.0",
"globals": "17.12.0",
"happy-dom": "20.14.5",
"prettier": "3.9.9",
"prettier-plugin-astro": "1.0.1",
"stylelint": "17.15.0",
"stylelint-config-clean-order": "10.0.0",
"stylelint-config-html": "2.0.0",
"stylelint-config-standard": "40.0.0",
"stylelint-no-unsupported-browser-features": "8.1.2",
"stylelint-order": "8.1.1",
"typescript-eslint": "8.70.1",
"vitest": "5.0.1"
},
"engineStrict": false,
"engines": {
"node": ">=26.8.1"
},
"homepage": "https://github.com/madliani/reactify/",
"keywords": [
"astro",
"nodejs",
"pnpm",
"radix-ui",
"react",
"reactify",
"spa",
"typescript",
"vitest"
],
"license": "UNLICENSED",
"name": "reactify",
"os": [
"linux"
],
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/madliani/reactify.git"
},
"scripts": {
"build": "astro build",
"check:format": "prettier ./ --write --ignore-unknown",
"check:lint": "stylelint --fix ./ && eslint --fix && tsc && astro check",
"check:spell": "cspell ./",
"serve": "astro dev",
"serve:preview": "astro preview",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest watch --ui --coverage.enabled=true"
},
"type": "module",
"version": "3.2.0"
}