-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "toboard",
"description": "Alternative client for quick switching entries with toggl's API",
"private": false,
"version": "0.0.1003",
"license": "GNU GPL V3",
"author": "rzfzr",
"type": "module",
"engines": {
"node": ">=20.x"
},
"bugs": {
"url": "https://github.com/rzfzr/toboard-extension/issues"
},
"homepage": "https://github.com/rzfzr/toboard-extension#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rzfzr/toboard-extension.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"babel-polyfill": "^6.26.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"toggl-api": "^2.0.0-beta.1",
"zustand": "^4.5.2",
"zustand-chrome-local-storage": "^0.0.5-alpha-2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@types/chrome": "^0.0.266",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.21.0"
}
}