-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "falsetto",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.2.3",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.8.0",
"bootstrap": "^4.5.0",
"clone": "^2.1.2",
"core-js": "^3.25.5",
"history": "^4.10.1",
"howler": "^2.1.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"pepjs": "^0.5.2",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"resize-observer-polyfill": "^1.5.1",
"source-map-explorer": "^1.8.0",
"stacktrace-js": "^2.0.0",
"stripe": "^8.89.0",
"svg-pan-zoom": "^3.6.0",
"vexflow": "^3.0.9",
"webmidi": "^2.5.1",
"whatwg-fetch": "^3.0.0",
"wu": "^2.1.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/clone": "^0.1.30",
"@types/howler": "^2.1.1",
"@types/jest": "^23.3.14",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.178",
"@types/node": "^10.14.12",
"@types/react": "^16.9.43",
"@types/react-document-title": "^2.0.4",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/stacktrace-js": "0.0.32",
"@types/vexflow": "^1.2.38",
"@types/webmidi": "^2.0.6",
"@types/wu": "^2.1.42",
"typescript": "^4.8.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}