-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 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
{
"author": "MarcosHCK <marcoshck16@gmail.com>",
"name": "indico-plugins-hck",
"private": true,
"repository": "https://github.com/MarcosHCK/indico-plugins-hck",
"version": "1.0.0",
"dependencies": {
"indico-sui-theme": "^0.0.7",
"jquery": "^3.6.0",
"react-dom": "^17.0.2",
"react": "^17.0.2",
"semantic-ui-react": "^2.1.3",
"sprintf-js": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"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-hooks": "^4.6.0",
"eslint-plugin-react": "^7.30.0",
"eslint": "^8.17.0",
"prettier": "~1.18.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^4.2.0",
"stylelint": "^14.9.1"
}
}