-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.69 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
{
"name": "landing",
"version": "1.0.0",
"description": "Landing Wealize project",
"repository": "[email protected]:Wealize/landing.git",
"author": "Wealize",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start -p $PORT",
"lint": "eslint './**/*.{ts,tsx}'",
"jest": "jest --config='./jest.config.js' --coverage",
"jest-with-coverage": "jest --coverage",
"jest-collect-coverage": "jest --collectCoverage --coverageReporters=json-summary",
"cypress-run": "cypress run",
"cypress": "start-server-and-test dev http://localhost:3000 cypress-run"
},
"dependencies": {
"@lhci/cli": "^0.6.1",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@sentry/react": "^5.27.6",
"@sentry/tracing": "^5.27.6",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/user-event": "^12.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint-plugin-prettier": "^3.3.0",
"extract-urls": "^1.3.2",
"html-react-parser": "^1.2.4",
"jest-config": "^26.6.3",
"lodash": "^4.17.20",
"next": "^10.0.3",
"next-pwa": "^5.0.0",
"next-translate": "^1.0.2",
"prettier": "^2.2.1",
"react": "^16.13.1",
"react-cookie-consent": "^6.2.1",
"react-dom": "^16.13.1",
"react-hooks-global-state": "^1.0.1",
"react-infinite-scroll-component": "^6.0.0",
"react-intersection-observer": "^8.31.0",
"react-placeholder": "^4.1.0",
"react-player": "^2.7.2",
"react-scroll": "^1.8.1",
"react-spring": "^8.0.27",
"react-top-loading-bar": "^2.0.1",
"styled-components": "^5.1.0",
"styled-media-query": "^2.1.2",
"styled-reset": "^4.1.4",
"swr": "^0.4.1"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.34",
"@types/styled-components": "^5.1.0",
"@types/tryghost__content-api": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"cypress": "^6.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^5.0.0",
"jest": "^26.0.1",
"jest-styled-components": "^7.0.3",
"start-server-and-test": "^1.11.0",
"ts-jest": "^26.4.0",
"typescript": "^4.1.2"
}
}