-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 886 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
{
"name": "traveling-with-spotify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html -d docs --detailed-report --public-url /travel-with-spotify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@researchgate/react-intersection-observer": "^0.7.4",
"intersection-observer": "^0.5.1",
"oauth2-client-js": "0.0.15",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.1",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/styled-components": "^4.1.8",
"lodash-es": "^4.17.11",
"parcel-bundler": "^1.11.0",
"typescript": "^3.3.1"
}
}