-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 912 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
{
"name": "coinbase-socket",
"version": "1.0.0",
"description": "An experiment with sockets apis",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html",
"deploy": "firebase deploy --only hosting:live-crypto-updates"
},
"author": "Sriram B <sriramsubramanian23@gmail.com>",
"license": "ISC",
"dependencies": {
"@chakra-ui/icon": "^3.2.0",
"@chakra-ui/react": "^2.9.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^2.3.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.10.0",
"parcel": "^2.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"process": "^0.11.10"
}
}