-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "cloudnotes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^4.2.12",
"@mantine/modals": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@mantine/rte": "^4.2.12",
"@tanstack/react-query": "^4.24.4",
"axios": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"tabler-icons-react": "^1.53.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imrraaj/cloudnotes-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imrraaj/cloudnotes-frontend/issues"
},
"homepage": "https://github.com/imrraaj/cloudnotes-frontend#readme"
}