-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 873 Bytes
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": "reactv6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Poornima313/reactv6.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Poornima313/reactv6/issues"
},
"homepage": "https://github.com/Poornima313/reactv6#readme",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.1.0",
"parcel": "^1.12.3",
"prettier": "^2.3.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": [
"last 2 Chrome versions"
]
}