-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 Bytes
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
{
"name": "here-now-node-tooling",
"description": "Here Now and Right Now desktop app tooling",
"private": true,
"version": "0.0.0",
"license": "MIT | APACHE-2.0",
"packageManager": "pnpm@8.11.0",
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"launch-editor": "^2.6.0",
"svelte": "^4.2.12"
},
"devDependencies": {
"@capsizecss/core": "^3.1.1",
"@capsizecss/metrics": "^1.2.0",
"@material/material-color-utilities": "^0.2.7",
"@types/node": "^20.4.1",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"no-case": "^3.0.4",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
}