-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.55 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
{
"name": "radixverse",
"version": "0.0.3",
"homepage": "https://kuchta.github.com/radixverse",
"repository": "kuchta/radixverse",
"type": "module",
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"engines": {
"node": ">= v20"
},
"author": {
"name": "Míla Kuchta",
"email": "[email protected]"
},
"scripts": {
"start": "vite --host",
"preview": "vite preview",
"check": "tsc",
"lint": "eslint --report-unused-disable-directives src",
"test": "tsx --test src/*.test.ts",
"build": "vite build",
"pre-commit": "pnpm check && pnpm lint && pnpm test && pnpm build"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"daisyui": "^4.11.1",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "^15.2.0",
"postcss": "^8.4.38",
"react": "19.0.0-rc-3f1436cca1-20240516",
"react-dom": "19.0.0-rc-3f1436cca1-20240516",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"tailwindcss": "^3.4.3",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite": "5.2.11",
"vite-plugin-pwa": "^0.20.0"
}
}