-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "noam-web-fe",
"homepage": "https://github.com/DadonStyle/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/react-query": "^1.2.9",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.4",
"gapi-script": "^1.2.0",
"gh-pages": "^5.0.0",
"notyf": "^3.10.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.8.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.39.3",
"react-toastify": "^9.1.3",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.0",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^4.2.0"
}
}