-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 991 Bytes
/
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
{
"name": "askrella-dchat-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"prettier": "npx prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"gun": "^0.2020.1239",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"uuid": "^9.0.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.194",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.8",
"husky": "^8.0.0",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.1.13",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}