-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.6 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
92
93
94
{
"name": "gogogarden",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.7",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@reach/slider": "^0.13.0",
"@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/js-cookie": "^2.2.6",
"@types/jsmediatags": "^3.9.2",
"@types/lodash-es": "^4.17.4",
"@types/mongodb": "^3.6.3",
"@types/react": "16.8.6",
"@types/react-helmet": "^6.1.0",
"@types/react-sound": "^1.2.2",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.9",
"@vercel/node": "^1.9.1",
"algoliasearch": "^4.8.6",
"apollo-server": "^2.19.2",
"apollo-server-micro": "^2.22.2",
"axios": "^0.21.1",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"emotion": "^11.0.0",
"express": "^4.17.1",
"firebase": "^8.5.0",
"js-cookie": "^2.2.1",
"jsmediatags": "^3.9.3",
"lodash-es": "^4.17.20",
"mongodb": "^3.6.3",
"node-id3": "^0.2.2",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-player": "^2.9.0",
"react-scripts": "3.0.1",
"react-sound": "^1.2.0",
"react-virtualized-auto-sizer": "^1.0.4",
"react-window": "^1.8.6",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4",
"zustand": "^3.3.1"
},
"scripts": {
"start": "react-scripts start",
"graphql": "node src/graphql/main.js",
"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": {
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}