forked from herculease/simply-rented
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 958 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
{
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
},
"name": "simply-rented",
"description": "Web app for renting items you don't use every day. Created by Herculease, forked by Schuyler Fenton.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyfenton/simply-rented.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skyfenton/simply-rented/issues"
},
"homepage": "https://github.com/skyfenton/simply-rented#readme"
}