-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 966 Bytes
/
package.json
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
{
"name": "spotify-viewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"eslint": "==4.8.0",
"eslint-config-airbnb": "==15.1.0",
"eslint-plugin-import": "==2.7.0",
"eslint-plugin-jsx-a11y": "==5.1.1",
"eslint-plugin-react": "==7.4.0",
"express": "^4.16.2",
"jquery": "^3.3.1",
"package.json": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"semantic-ui-react": "^0.77.2"
},
"scripts": {
"start": "concurrently \"npm run client\" \"npm run server\"",
"testtest": "concurrently \"echo 'hey'\" \"echo 'shey'\"",
"client": "react-scripts start",
"server": "node src/api.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5001/"
}