-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 862 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rubrc",
"version": "1.1.2",
"description": "rubrc root",
"private": true,
"directories": {
"lib": "lib",
"page": "page"
},
"author": "oligami <[email protected]> (https://github.com/oligamiq)",
"license": "MIT OR Apache-2.0",
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.2",
"@types/tar-stream": "^3.1.3",
"autoprefixer": "^10.4.20",
"better-typescript-lib": "^2.10.0",
"npm-watch": "^0.13.0",
"postcss": "^8.4.49",
"solid-devtools": "^0.31.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-swc": "^1.5.1",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-solid": "^2.11.0"
},
"workspaces": [
"./lib",
"./page"
],
"dependencies": {
"rubrc": "^1.1.2"
}
}