-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "hello_find_stuff",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "rspeedy build",
"check": "biome check --write",
"dev": "rspeedy dev",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rspeedy preview",
"test": "vitest run"
},
"dependencies": {
"@lynx-js/react": "^0.112.4",
"lucide-react": "^0.541.0"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@eslint/js": "^9.32.0",
"@lynx-js/qrcode-rsbuild-plugin": "^0.4.0",
"@lynx-js/react-rsbuild-plugin": "^0.10.12",
"@lynx-js/rspeedy": "^0.10.7",
"@lynx-js/types": "3.3.0",
"@rsbuild/plugin-type-check": "1.2.4",
"@testing-library/jest-dom": "^6.7.0",
"@types/react": "^18.3.23",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
"typescript": "~5.9.2",
"typescript-eslint": "^8.38.0",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18"
},
"private": true
}