-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 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
{
"name": "code-challenge-newsfeed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-icons/all-files": "^4.1.0",
"@types/marked": "^1.2.2",
"apollo-server-micro": "^2.21.0",
"framer-motion": "^4",
"graphql": "^15.5.0",
"marked": "^2.0.0",
"next": "11.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-waypoint": "^10.1.0",
"sqlite3": "^5.0.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/sqlite3": "^3.1.7",
"@types/styled-components": "^5.1.7",
"typescript": "^4.1.5"
}
}