-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 701 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": "event-loop",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"sass-embedded": "^1.83.1",
"@types/highlight.js": "^10.1.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@ddietr/codemirror-themes": "^1.5.1",
"acorn": "^8.14.0",
"astring": "^1.9.0",
"codemirror": "^6.0.1",
"highlight.js": "^11.11.1",
"uuid": "^11.0.5",
"vite": "^6.0.7"
},
"scripts": {
"start": "vite --port 3000",
"build": "vite build"
},
"author": {
"name": "Amir Hossein Salighedar",
"mail": "amirhosseinsalighedar@gmail.com"
}
}