-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 Bytes
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
{
"name": "pub-sub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"nodemon index.js\" \"vite\"",
"nodemon": "nodemon index.js",
"backend-prod": "node index.js",
"solid": "vite",
"solid-build": "vite build",
"solid-serve": "vite preview"
},
"author": "Sharanam Chotai",
"license": "ISC",
"dependencies": {
"babel-preset-solid": "^1.8.15",
"dotenv": "^16.3.1",
"redis": "^4.6.10",
"solid-js": "^1.8.15",
"text-diff": "^1.0.1",
"ws": "^8.14.2"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.0.1",
"shiki": "^1.2.2",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
}
}