-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 898 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "[![Actions Status](https://github.com/mkh1n/frontend-project-12/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/mkh1n/frontend-project-12/actions)",
"main": "index.js",
"workspaces": [
"frontend"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build --prefix frontend",
"lint": "npm run lint --prefix frontend",
"lint:fix": "npm run lint-fix --prefix frontend",
"eject": "npm run eject --prefix frontend",
"start": "npx start-server -s ./frontend/build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@hexlet/chat-server": "^2.0.3",
"@rollbar/react": "^0.12.0-beta",
"emoji-picker-react": "^4.11.1",
"socket.io-client": "^4.7.5"
}
}