-
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) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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": "lupa",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@rsbuild/core": "^0.7.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.2"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.2",
"@uiw/codemirror-themes-all": "^4.22.2",
"acorn": "^8.12.0",
"acorn-walk": "^8.3.3",
"codemirror": "^6.0.1",
"dedent": "^1.5.3",
"highlight.js": "^11.10.0",
"prettier": "^3.3.2"
}
}