forked from delucis/astro-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 995 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 995 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
31
32
33
34
{
"name": "root",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"test": "uvu tests -i utils",
"format": "prettier -w .",
"lint": "eslint . --ext .ts,.js",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@testing-library/dom": "^8.20.1",
"@types/eslint": "^8.56.12",
"@types/node": "^20.19.21",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^5.15.9",
"astro-component-tester": "^0.8.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.10.2",
"eslint-plugin-prettier": "^4.2.5",
"linkedom": "^0.18.12",
"lz-string": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"typescript": "^4.8.4",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@10.18.2"
}