-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 959 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 959 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
32
33
34
35
36
37
38
{
"name": "marble",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vite build",
"check": "ultracite check",
"dev": "vite",
"format": "ultracite fix",
"check-typescript": "tsc",
"pack": "npx framer-plugin-tools@latest pack",
"preview": "vite preview",
"fix": "ultracite fix"
},
"dependencies": {
"@usemarble/sdk": "^1.2.1",
"framer-plugin": "^3.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.17.4"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@eslint/js": "^9.35.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-react-swc": "^4.0.1",
"globals": "^16.4.0",
"jiti": "^2.5.1",
"typescript": "^5.9.2",
"ultracite": "7.7.0",
"vite": "^7.1.11",
"vite-plugin-framer": "^1.0.7",
"vite-plugin-mkcert": "^1.17.8"
}
}