forked from indico/indico-plugins-cern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 904 Bytes
/
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
{
"name": "plugins-cern",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/indico/indico-plugins-cern",
"author": "Indico Team <[email protected]>",
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.17.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": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^4.2.0"
}
}