-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 888 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
{
"name": "the-mix",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"dns": "^0.2.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"fetch": "^1.1.0",
"jquery": "^3.2.1",
"morgan": "^1.9.0",
"query-string": "^5.0.1",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-player": "^0.25.3",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"screenfull": "^3.3.2",
"spotify-web-api-node": "^2.5.0",
"tidalapi": "^0.2.3",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive --include-path",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}