-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "pointer-client",
"private": true,
"version": "0.0.0",
"type": "module",
"author": {
"name": "Maxim Sverlovych",
"email": "msverlovych@gmail.com"
},
"keywords": [
"Pointer",
"pointer",
"point-app",
"pointapp"
],
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint",
"preview": "vite preview",
"stylelint": "stylelint \"**/*.scss\" --fix"
},
"dependencies": {
"@hookform/resolvers": "3.3.2",
"@tanstack/react-query": "5.12.2",
"axios": "1.6.2",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"file-saver": "2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "^2.0.3",
"react-hook-form": "7.48.2",
"react-hot-toast": "2.4.1",
"react-router-dom": "6.18.0",
"vite": "4.4.5",
"yup": "1.3.2"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.12.1",
"@types/file-saver": "2.0.7",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.45.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"sass": "1.69.5",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"typescript": "5.0.2"
}
}