-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "mtct",
"description": "Music To Code To",
"version": "3.11",
"repository": {
"type": "git",
"url": "git+https://github.com/ltackett/musictocodeto.com.git"
},
"author": "Lorin Tackett",
"license": "MIT",
"bugs": {
"url": "https://github.com/ltackett/musictocodeto.com/issues"
},
"homepage": "./",
"dependencies": {
"axios": "^0.18.0",
"react": "16.8.0-alpha.1",
"react-audio-player": "^0.11.0",
"react-dom": "^16.8.0-alpha.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.0-next.3e165448",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
}
}