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.
24 lines
523 B
24 lines
523 B
{
|
|
"name": "golang-url-shortener",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": {
|
|
"/api": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"ws": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-scripts": "1.0.16",
|
|
"semantic-ui-css": "^2.2.12",
|
|
"semantic-ui-react": "^0.75.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|