-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
44
45
46
47
48
{
"name": "zotero-web-common",
"license": "AGPL-3.0",
"version": "0.23.2",
"private": true,
"description": "",
"repository": "",
"main": "",
"type": "module",
"sourceType": "module",
"scripts": {
"eslint": "eslint --ext .js,.jsx .",
"stylelint": "stylelint \"scss/**/*.scss\"",
"lint": "run-p stylelint eslint",
"test": "playwright test -c playwright-ct.config.mjs",
"typecheck": "tsc --noEmit",
"start": "vite --config demo/vite.config.mjs"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.8",
"classnames": "^2.5.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "<10.0.0",
"@playwright/experimental-ct-react": "^1.58.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"citeproc": "^2.4.63",
"eslint": "<10.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"load-script": "^2.0.0",
"npm-run-all2": "^8.0.4",
"sass-embedded": "^1.98.0",
"stylelint": "^17.5.0",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-scss": "^7.0.0",
"typescript": "^5.9.3"
}
}