-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "react-food-app",
"version": "1.0.0",
"description": "this is a basic react app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abinth11/react-food-app.git"
},
"author": "abin t h",
"license": "ISC",
"bugs": {
"url": "https://github.com/abinth11/react-food-app/issues"
},
"homepage": "https://github.com/abinth11/react-food-app#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.8.3",
"postcss": "^8.4.23",
"process": "^0.11.10",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.1",
"react-shimmer": "^3.2.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions"
]
}