You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
47 lines
1.0 KiB
{
|
|
"name": "golang-url-shortener",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": {
|
|
"/api": {
|
|
"target": "http://127.0.0.1:8080"
|
|
},
|
|
"/d": {
|
|
"target": "http://127.0.0.1:8080"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"moment": "2.24.0",
|
|
"prismjs": "1.15.0",
|
|
"react": "16.8.4",
|
|
"react-clipboard.js": "2.0.7",
|
|
"react-datepicker": "2.2.0",
|
|
"react-dom": "16.8.4",
|
|
"react-moment": "0.8.4",
|
|
"react-prism": "4.3.2",
|
|
"react-qr-svg": "2.2.1",
|
|
"react-responsive": "6.1.1",
|
|
"react-router": "5.0.0",
|
|
"react-router-dom": "5.0.0",
|
|
"react-scripts": "2.1.8",
|
|
"react-table": "6.9.2",
|
|
"semantic-ui-css": "2.4.1",
|
|
"semantic-ui-react": "0.86.0",
|
|
"toastr": "2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"resolutions": {
|
|
"react-router": "4.3.1"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|
|
|