-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "indexeddb-browser",
"type": "module",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "vite",
"lint": "lefthook run pre-commit --all-files",
"build": "vite build",
"release": "release-it"
},
"dependencies": {
"@kobalte/core": "0.13.11",
"@prantlf/jsonlint": "17.0.1",
"ag-grid-community": "35.1.0",
"jsonschema": "1.5.0",
"open-props": "1.7.23",
"prism-code-editor": "5.1.0",
"solid-js": "1.9.11"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.4.0",
"@eslint/js": "9.39.4",
"@release-it/keep-a-changelog": "7.0.1",
"@types/chrome": "0.1.38",
"eslint": "9.39.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-solid": "0.14.5",
"globals": "17.4.0",
"lefthook": "2.1.4",
"prettier": "3.8.1",
"release-it": "19.2.4",
"stylelint": "17.5.0",
"stylelint-config-standard": "40.0.0",
"stylelint-plugin-logical-css": "2.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.57.2",
"vite": "7.3.1",
"vite-plugin-solid": "2.11.11",
"vite-plugin-zip-pack": "1.2.4"
}
}