-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
34
35
36
37
38
{
"name": "easy-feeds",
"description": "Feedly Clone Project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etgrieco/EasyFeeds.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/etgrieco/EasyFeeds/issues"
},
"homepage": "https://github.com/etgrieco/EasyFeeds#readme",
"dependencies": {
"@vitejs/plugin-react": "^4.3.3",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^4",
"redux-thunk": "^2.4.2",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"sass": "^1.80.2",
"vite": "^5.4.9"
},
"packageManager": "yarn@1.22.1"
}