-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
{
"name": "tinker-plugins",
"version": "0.1.0",
"description": "Tinker official plugins",
"keywords": [
"tinker"
],
"private": true,
"workspaces": [
"packages/*"
],
"homepage": "https://github.com/liriliri/tinker-plugins#readme",
"bugs": {
"url": "https://github.com/liriliri/tinker-plugins/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liriliri/tinker-plugins.git"
},
"license": "MIT",
"author": "surunzi",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.9",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.0.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.22",
"electron": "^30.5.1",
"i18next": "^25.8.4",
"licia": "^1.48.0",
"lucide-react": "^0.564.0",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^16.5.4",
"sass": "^1.98.0",
"tailwindcss": "^4.1.17",
"tinker-api-types": "^0.1.0",
"typescript": "^5.8.3",
"vite": "^5.4.19",
"vite-plugin-svgr": "^5.2.0"
}
}