-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "web_client",
"version": "0.0.1",
"repository": "https://github.com/CipherPass/web_client.git",
"license": "MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"lint": "eslint src",
"format": "prettier --write src"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.11.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"process": "^0.11.10",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stomp/stompjs": "^7.0.0",
"@uiw/react-markdown-preview": "^4.1.16",
"dotenv": "^16.4.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"sockjs-client": "^1.6.1"
},
"proxy": "http://localhost:8888"
}