-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
89 lines (89 loc) · 2.5 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
{
"name": "bucketify",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^0.2.26",
"@material-ui/core": "^4.11.2",
"@material-ui/data-grid": "^4.0.0-alpha.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@react-spring/parallax": "^9.0.0-rc.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/graphql": "^14.5.0",
"@types/gtag.js": "^0.0.4",
"@types/jest": "^26.0.15",
"@types/react-anchor-link-smooth-scroll": "^1.0.1",
"@types/react-helmet": "^6.1.1",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-router-dom": "^5.1.6",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"assert": "^2.0.0",
"aws-amplify": "^3.3.6",
"aws-amplify-react": "^4.2.10",
"aws-sdk": "^2.804.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-prettier": "^3.3.0",
"fg-loadcss": "^3.1.0",
"i18next": "^20.2.2",
"id3-parser": "^2.0.0",
"id3js": "^2.1.1",
"music-metadata-browser": "^2.1.6",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.14",
"react-infinite-scroller": "^1.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-scroll-parallax": "^2.3.4",
"react-share": "^4.4.0",
"react-spring": "^8.0.27",
"type-graphql": "^1.1.0",
"typescript": "^4.0.3",
"typescript-fsa": "^3.0.0",
"typescript-fsa-reducers": "^1.2.2",
"use-3d-effect": "^1.1.0",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^12.19.8",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-redux": "^7.1.9"
}
}