-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.86 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
{
"name": "youtube-fitness",
"title": "Youtube Fitness",
"version": "1.5.1",
"scripts": {
"dev": "next",
"debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && eslint --ext js,jsx,ts,tsx --fix",
"lint-staged": "lint-staged",
"format": "prettier --write .",
"postbuild": "next-sitemap",
"test:unit:watch": "jest 'src/__tests__/frontend/.*.spec.(tsx|ts)$' --watch",
"test:unit": "jest 'src/__tests__/frontend/.*.spec.(tsx|ts)$'",
"test:integration:watch": "jest 'src/__tests__/frontend/.*.test.(tsx|ts)$' --watch",
"test:integration": "jest 'src/__tests__/frontend/.*.test.(tsx|ts)$'",
"test:api": "jest 'src/__tests__/api/.*.(test|spec).(tsx|ts)$'"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@testing-library/jest-dom": "^5.1.0",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"apollo-link-http": "^1.5.17",
"apollo-server-micro": "^2.21.0",
"axios": "^0.21.1",
"babel-jest": "^26.6.3",
"class-validator": "^0.13.1",
"cors": "^2.8.5",
"dayjs": "^1.10.4",
"dexie": "^3.0.3",
"graphql": "^15.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"next": "latest",
"next-pwa": "^5.0.2",
"ololog": "^1.1.164",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.8.3",
"react-test-renderer": "^17.0.1",
"react-window": "^1.8.6",
"react-youtube": "^7.13.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"webpack": "4.46.0",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@emotion/babel-plugin": "^11.2.0",
"@emotion/jest": "^11.2.0",
"@miragejs/graphql": "^0.1.10",
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.9",
"@types/lifeomic__axios-fetch": "^1.5.0",
"@types/node": "^14.14.27",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-window": "^1.8.2",
"babel-plugin-transform-typescript-metadata": "^0.3.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.0.9",
"install-peerdeps": "^3.0.3",
"miragejs": "^0.1.41",
"next-sitemap": "^1.5.2",
"next-test-api-route-handler": "^1.2.18",
"node-mocks-http": "^1.10.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "4.1.5",
"webpack-cli": "^4.5.0"
},
"license": "MIT"
}