-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "react-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"emoji-picker-react": "^4.4.7",
"firebase": "^9.17.1",
"framer-motion": "^9.0.4",
"immer": "^9.0.19",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-audio-voice-recorder": "^1.0.4",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.8.1",
"react-textarea-autosize": "^8.4.0",
"tailwind-scrollbar": "^2.1.0",
"vitawind": "^2.2.4",
"zustand": "^4.3.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vite-tsconfig-paths": "^4.0.5"
}
}