-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "vite-react-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "./node_modules/.bin/vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"setup": "./setup.sh",
"tsc": "./node_modules/.bin/tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.21.7",
"@tanstack/react-query-devtools": "^5.21.7",
"@tinymce/tinymce-react": "^4.3.2",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.7",
"framer-motion": "^11.0.5",
"react": "^18.2.0",
"react-accessible-dropdown-menu-hook": "^4.0.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.11.1",
"react-h5-audio-player": "^3.9.1",
"react-player": "^2.14.1",
"react-router-dom": "^6.22.1",
"react-tippy": "^1.4.0",
"react-toastify": "^10.0.4",
"react-top-loading-bar": "^2.3.1",
"typescript": "^5.3.3",
"vite": "^5.1.3"
},
"devDependencies": {
"@capacitor/android": "^5.7.0",
"@capacitor/cli": "^5.7.0",
"@capacitor/core": "^5.7.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.11",
"postcss-normalize": "^10.0.1",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"sass": "^1.71.0",
"stylelint": "^16.2.1",
"stylelint-config-sass-guidelines": "^11.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0"
}
}