-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 739 Bytes
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
{
"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",
"@types/marked": "^1.2.2",
"apollo-server-micro": "^2.21.0",
"babel-preset-next": "^1.4.0",
"date-fns": "^2.19.0",
"graphql": "^15.5.0",
"marked": "^2.0.0",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"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"
}
}