-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 887 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
32
33
34
35
36
{
"name": "the_newsroom",
"version": "0.4.0",
"description": "A place to keep up with news built with Next.js, Tailwind and Typescript",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [],
"author": "Gabriel Maia",
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"date-fns": "^2.21.1",
"moment": "^2.29.1",
"next": "^11.1.2",
"next-pwa": "^5.2.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-modal": "^3.13.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/node": "^16.10.3",
"@types/react": "^17.0.3",
"@types/react-modal": "^3.12.0",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
}
}