-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 917 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
{
"name": "learning-analytics-playground",
"description": "A playground using OpenEdx to generate factice learning logs",
"scripts": {
"lint": "eslint . 'e2e/cypress/integration/*_spec.js'",
"prettier-write": "prettier --write 'e2e/cypress/integration/*_spec.js'"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"eslint": "7.31.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-compat": "3.11.1",
"eslint-plugin-formatjs": "2.17.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "2.3.2",
"typescript": "4.3.5"
}
}