-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 944 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
29
30
31
32
33
34
35
36
{
"name": "@edx/gatsby-source-portal-designer",
"version": "1.0.0-semantically-released",
"description": "",
"main": "gatsby-node.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .js .",
"precommit": "npm run lint",
"semantic-release": "semantic-release",
"test": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "AGPL",
"dependencies": {
"node-fetch": "^2.4.0",
"query-string": "^6.4.2"
},
"devDependencies": {
"@edx/eslint-config": "^2.0.0",
"coveralls": "^3.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^0.14.3",
"jest": "^29.7.0",
"semantic-release": "^20.1.3"
}
}