-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "@battis/shared-logs-app",
"version": "0.1.0",
"description": "A web app to interact with the Shared Logs API (@packagist: battis/shared-logs",
"author": "Seth Battis <seth@battis.net>",
"repository": "github:battis/shared-logs-app",
"bugs": {
"url": "https://github.com/battis/shared-logs-app/issues"
},
"license": "GPL-3.0",
"private": true,
"homepage": ".",
"dependencies": {
"acorn": ">5.7.4",
"moment": "2.23.0",
"qrcode.react": "0.9.2",
"querystring": "0.2.0",
"react": "16.7.0",
"react-cookies": "0.1.0",
"react-dom": "16.7.0",
"react-fontawesome": "1.6.1",
"react-markdown-it": "1.0.2",
"react-router-dom": "4.3.1",
"react-scripts": "^3.3.0",
"reactstrap": "7.1.0",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}