-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "vocally",
"version": "1.0.0",
"description": "Voice pitch detection in the browser",
"repository": {
"type": "git",
"url": "git+https://github.com/mhaligowski/vocally.git"
},
"author": "mhlg <[email protected]>",
"private": true,
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mhaligowski/vocally/issues"
},
"homepage": "https://vocally.app/",
"husky": {
"hooks": {
"pre-push": "hooks/pre-push"
}
},
"devDependencies": {
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.13",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.6",
"@types/recharts": "^1.8.18",
"@typescript-eslint/eslint-plugin": "^4.1.9",
"@typescript-eslint/parser": "^4.1.9",
"babel-loader": "^8.2.2",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^3.6.0",
"dynamic-cdn-webpack-plugin": "^5.0.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"html-webpack-deploy-plugin": "^2.0.8",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"live-server": "^1.2.1",
"mini-css-extract-plugin": "^0.9.0",
"module-to-cdn": "^3.1.5",
"node-sass": "^4.14.1",
"prettier": "^2.2.1",
"prettier-eslint": "^11.0.0",
"robotstxt-webpack-plugin": "^7.0.0",
"sass-loader": "^9.0.3",
"style-loader": "^1.3.0",
"ts-jest": "^26.4.4",
"ts-loader": "^7.0.5",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.0",
"winston": "^3.3.3"
},
"dependencies": {
"@sentry/browser": "^5.29.0",
"@sentry/integrations": "^5.29.0",
"@sentry/react": "^5.29.0",
"@sentry/tracing": "^5.29.0",
"bootstrap": "^5.0.0-beta1",
"clsx": "^1.1.1",
"logrocket": "^1.0.14",
"logrocket-react": "^4.0.1",
"ml5": "^1.0.0",
"react": "^17.0.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-icons": "^1.1.0",
"react-dom": "^17.0.0",
"react-intl": "^5.10.6",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"recharts": "^1.8.5"
}
}