-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
47
{
"author": {
"name": "Scott Tesler",
"email": "scottiet123@gmail.com",
"url": "https://scotttesler.com/"
},
"bugs": {
"email": "scottiet123@gmail.com",
"url": "https://github.com/scotttesler/read-to-me-front-end/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"bootstrap": "^5.1.3",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"next": "^12.1.5",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-input-range": "^1.3.0",
"reactstrap": "^9.0.2"
},
"description": "Front end for ReadToMe.app",
"homepage": "https://github.com/scotttesler/read-to-me-front-end",
"keywords": [
"read",
"read-to-me",
"text-to-speech",
"tts"
],
"license": "MIT",
"main": "index.js",
"name": "read-to-me-front-end",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:scotttesler/read-to-me-front-end.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start",
"test": ""
},
"version": "9.0.4"
}