forked from eythaann/Seelen-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "seelen-ui",
"productName": "seelen-ui",
"version": "2.0.9",
"description": "Seelen UI Project",
"scripts": {
"tauri": "tauri",
"tauri:update": "ts-node scripts/UpdateTauri.ts",
"dev": "nodemon --config nodemon.json",
"test": "jest",
"build:ui": "ts-node scripts/build.ts",
"translate": "ts-node ./scripts/translate.ts",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"postversion": "ts-node scripts/postversion.ts",
"postinstall": "lefthook install"
},
"keywords": [],
"author": {
"name": "eythaann",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/eythaann/seelen-ui.git"
},
"license": "Polyform Strict License",
"dependencies": {
"@tauri-apps/plugin-autostart": "^2.0.0-beta.2",
"@tauri-apps/plugin-deep-link": "^2.0.0-beta.10",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.2",
"@tauri-apps/plugin-fs": "^2.0.0-beta.2",
"@tauri-apps/plugin-log": "^2.0.0-beta.2",
"@tauri-apps/plugin-process": "^2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0-beta.2",
"@tauri-apps/plugin-updater": "^2.0.0-beta.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@reduxjs/toolkit": "^2.2.1",
"@stylistic/eslint-plugin": "^1.6.2",
"@tauri-apps/api": "^2.0.0-beta.4",
"@tauri-apps/cli": "^2.0.0-beta.8",
"@types/d3": "^7.4.3",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.7",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"antd": "^5.14.1",
"d3": "^7.9.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"framer-motion": "11.3.6",
"glob": "^7.2.3",
"google-translate-api-x": "^10.6.8",
"i18next": "^23.12.2",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lefthook": "^1.6.18",
"lodash": "^4.17.21",
"mathjs": "^12.4.2",
"moment": "^2.30.1",
"nodemon": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^15.0.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.0",
"readable-types": "^4.0.0",
"redux": "^5.0.1",
"seelen-core": "npm:@seelen-ui/lib@next",
"toml": "^3.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"typescript-eslint": "^7.0.1",
"yargs": "^17.7.2",
"zod": "^3.23.4"
}
}