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.
 
 
 
 
 
 

38 lines
909 B

{
"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.20.1",
"prismjs": "1.10.0",
"react": "16.2.0",
"react-clipboard.js": "1.1.3",
"react-datepicker": "1.1.0",
"react-dom": "16.2.0",
"react-moment": "0.7.0",
"react-prism": "4.3.2",
"react-qr-svg": "2.1.0",
"react-responsive": "4.0.3",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.0",
"react-table": "6.7.6",
"semantic-ui-css": "2.2.14",
"semantic-ui-react": "0.78.1",
"toastr": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}