-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 907 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": "adopt-me",
"version": "7.0.0",
"description": "Adopt pets via adopt-me",
"main": "src/App.js",
"scripts": {
"dev": "parcel src/index.html",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"author": "Brian Holt <btholt+citr-v7-project@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.16.7",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"parcel": "2.2.1",
"prettier": "2.5.1",
"process": "^0.11.10"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "^6.2.1"
},
"browserslist": [
"last 2 Chrome versions"
]
}