-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.react.jsonc
37 lines (37 loc) · 1.01 KB
/
package.react.jsonc
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": "bolt-figma", // BOLT_ID_REPLACE
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperbrew/bolt-figma.git"
},
"homepage": "https://github.com/hyperbrew/bolt-figma",
"type": "module",
"scripts": {
"dev": "vite build --watch --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"build": "vite build",
"buildcode": "vite build --config vite.config.code.ts",
"preview": "vite preview",
"hmr": "vite",
"zip": "cross-env MODE=zip vite build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@figma/plugin-typings": "^1.94.0",
"@types/node": "^16.7.1",
"cross-env": "^7.0.3",
"sass": "^1.75.0",
"typescript": "^5.0.2",
"vite": "^5.2.12",
"vite-figma-plugin": "^0.0.24",
"vite-plugin-singlefile": "^0.13.5"
}
}