-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
47
48
49
50
51
{
"name": "food-waste-quotes",
"version": "1.0.16",
"description": "Quotes that will encourage you to not make food waste | Part of Prototype of Food Busters",
"private": true,
"scripts": {
"dev": "yarn lm-config && vite --port $PORT",
"build": "yarn lm-config && vite build",
"serve": "vite preview",
"lint": "prettier --check \"src/**/*.{ts,tsx}\" && eslint src",
"format": "prettier --write \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"firebase": "^9.6.7",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Food-Busters/food-waste-quotes.git"
},
"author": "Leomotors",
"bugs": {
"url": "https://github.com/Food-Busters/food-waste-quotes/issues"
},
"homepage": "https://github.com/Food-Busters/food-waste-quotes",
"devDependencies": {
"@leomotors/scripts": "^3.0.7",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vercel/node": "^1.13.0",
"@vitejs/plugin-react": "^1.2.0",
"eslint": "^8.10.0",
"eslint-plugin-react": "^7.29.2",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}