-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "learn-react",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest --watch",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"profile": "vite --profile"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.13",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
"use-immer": "^0.9.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@unocss/preset-icons": "^0.60.3",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"react-icons": "^5.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
}