-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
88 lines (88 loc) · 2.37 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
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
{
"name": "ahq-store-tauri",
"version": "2.1.0",
"type": "module",
"private": true,
"license": "Creative Commons Attribution Non Commercial 3.0",
"dependencies": {
"@radix-ui/react-context-menu": "^2.2.3",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-slot": "^1.1.1",
"@tauri-apps/plugin-fs": "2.2.0",
"@tauri-apps/plugin-http": "2.2.0",
"@tauri-apps/plugin-notification": "2.2.0",
"@tauri-apps/plugin-process": "2.2.0",
"ahqstore-types": "link:src-ahqstore-types\\pkg",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"daisyui": "^4.12.22",
"embla-carousel-react": "^8.5.1",
"lucide-react": "^0.468.0",
"minisearch": "^7.1.1",
"postcss": "^8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "cross-env BROWSER=none rsbuild dev",
"build": "rsbuild build",
"test": "rsbuild test",
"dev": "rsbuild dev"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rsbuild/core": "1.1.10",
"@rsbuild/plugin-babel": "1.0.3",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-svgr": "1.0.6",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/cli": "2.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-modal": "^3.16.3",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"cross-env": "^7.0.3",
"cryptr": "^6.3.0",
"eslint": "^9.17.0",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"prettier": "^3.4.2",
"shadcn": "^2.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ahqsoftwares/tauri-ahq-store"
},
"author": {
"name": "AHQ Softwares",
"email": "ahqsecret@gmail.com",
"url": "https://github.com/ahqsoftwares"
}
}