-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 807 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": "goodvibes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RenatoCesarF/nextJsTest.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RenatoCesarF/nextJsTest/issues"
},
"homepage": "https://github.com/RenatoCesarF/nextJsTest#readme",
"dependencies": {
"axios": "^0.21.1",
"next": "^10.0.5",
"next-images": "^1.7.0",
"react": "^17.0.1",
"react-awesome-slider": "^4.1.0",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-loading": "^2.0.3",
"sentiment": "^5.0.2",
"twitter-lite": "^0.14.0"
}
}