-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "morse_code_headline",
"version": "2.0.0",
"description": "News headlines in Morse Code",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest"
},
"engines": {
"node": ">=17.0.0"
},
"author": "Mark Percival <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.1",
"html-entities": "^1.3.1",
"morse-pro": "^2.0.0",
"newsapi": "^2.4.1",
"next": "^12.1.0",
"postcss": "^8.3.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"rss-parser": "^3.12.0",
"swr": "^0.5.6",
"tailwindcss": "^2.2.7",
"use-persisted-state": "^0.3.3"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.54.1",
"@types/jest": "^27.4.1",
"@types/node": "^14.11.1",
"@types/react": "^16.9.49",
"commander": "^9.1.0",
"dotenv": "^16.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.5.1",
"podcast": "^2.0.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.0.3"
}
}