-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "@doseofted/prim-monorepo",
"packageManager": "[email protected]",
"description": "Monorepo that houses Prim+RPC projects",
"type": "module",
"license": "UNLICENSED",
"private": true,
"author": {
"name": "Ted Klingenberg",
"email": "[email protected]",
"url": "https://doseofted.me/"
},
"scripts": {
"start": "task"
},
"dependencies": {
"@go-task/cli": "3.35.0",
"zx": "^7.2.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/eslint": "^8.56.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/ui": "^1.2.2",
"chokidar": "^3.5.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"semver": "^7.5.4",
"stylelint": "^16.2.0",
"stylelint-config-recommended": "^14.0.0",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
"typedoc": "^0.25.9",
"typescript": "5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
}
}