-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 899 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
{
"name": "projects",
"version": "1.0.0",
"description": "A collection of personal projects",
"main": "index.js",
"scripts": {
"lint": "eslint --fix",
"format": "npx prettier --write .",
"test": "jest --env=jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeoReeves/projects.git"
},
"author": "Leo Reeves",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeoReeves/projects/issues"
},
"homepage": "https://github.com/LeoReeves/projects#readme",
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"prettier": "2.7.1"
}
}