-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.4 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
44
45
{
"name": "zotero-web-common",
"license": "AGPL-3.0",
"version": "0.13.2",
"private": true,
"description": "",
"repository": "",
"main": "",
"type": "module",
"sourceType": "module",
"scripts": {
"test:watch": "jest --watch",
"test": "jest --silent",
"eslint": "eslint --ext .js,.jsx .",
"stylelint": "stylelint \"scss/**/*.scss\"",
"lint": "run-p stylelint eslint"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"classnames": "^2.5.1",
"deep-equal": "^2.2.3",
"prop-types": "^15.8.1",
"react": "^18.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"eslint": "<9.0.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all2": "^7.0.1",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.8.1"
}
}