-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "plugin-jacow",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/indico/indico-plugins-cern",
"author": "Indico Team <indico-team@cern.ch>",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.0",
"eslint-cli": "^1.1.1",
"eslint-config-indico": "^2.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21",
"prettier": "~1.18.2",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^5.3.2",
"stylelint-stylistic": "^0.4.5"
},
"dependencies": {
"typescript": "^5.6.3"
}
}