-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
45
{
"name": "fosscopetoolkit",
"description": "为开源观察贡献者设计的工具箱",
"version": "0.1.0-dev",
"type": "module",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/FOSScope/Toolkit"
},
"LICENSE": "AGPL-3.0",
"author": {
"name": "FOSScope",
"email": "[email protected]",
"url": "https://fosscope.org"
},
"contributors": [
{
"name": "FOSScope Contributors"
}
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@tauri-apps/api": "^1",
"bootstrap": "^5.3.3",
"mdb-react-ui-kit": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.0.2",
"vite": "^5.3.2"
}
}