-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 KB
/
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
38
39
40
41
42
43
44
{
"name": "core-registry-ui",
"version": "0.0.1",
"scripts": {
"start": "nf start -p 3001",
"electron": "electron .",
"electron-start": "node src/start-react",
"react-start": "vite --port 3001",
"react-start-browser": "vite --port 3001 --open",
"sync-ui-apps": "rm -rf apps && node sync-apps.js",
"build": "npm run sync-ui-apps && vite build && cp -r apps dist/apps",
"serve": "vite preview",
"test": "vitest"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"autoprefixer": "^10.4.14",
"flowbite": "^1.8.1",
"flowbite-react": "^0.5.0",
"flowbite-typography": "^1.0.3",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@vitejs/plugin-react": "^4.0.3",
"about-window": "^1.15.2",
"electron": "^25.3.2",
"electron-builder": "^24.6.3",
"foreman": "^3.0.1",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"description": "<h1 align=\"center\"> Vite Template React </h1>",
"main": "src/start.js",
"author": "",
"license": "ISC"
}