forked from chaynHQ/bloom-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.44 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
{
"name": "bloom-frontend",
"version": "0.1.0",
"private": true,
"resolutions": {
"@types/react": "18.2.43",
"redux": "^5.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
"https:proxy": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier . --write",
"test": "jest",
"test:watch": "jest --watch",
"cypress": "cypress open",
"cypress:headless": "cypress run --headless true --browser chrome",
"check:translations": "node ./scripts/checkTranlation.js",
"postinstall": "husky",
"prepare": "husky"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.20",
"@newrelic/next": "^0.7.0",
"@reduxjs/toolkit": "^2.0.1",
"@storyblok/react": "^3.0.0",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.2",
"firebase": "^10.7.1",
"gemoji": "^8.1.0",
"js-cookie": "^3.0.1",
"newrelic": "^11.8.0",
"next": "13.4.19",
"next-intl": "^2.20.0",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"nextjs-hotjar": "^1.2.0",
"nuka-carousel": "^7.0.0",
"phone": "^3.1.33",
"react": "18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.0.0",
"react-international-phone": "^4.0.4",
"react-player": "^2.13.0",
"react-redux": "^9.0.4",
"storyblok-rich-text-react-renderer": "^2.9.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@next/bundle-analyzer": "^14.0.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/js-cookie": "^3.0.2",
"@types/newrelic": "^9.14.3",
"@types/react": "18.2.43",
"babel-jest": "^27.2.4",
"cypress": "^13.2.0",
"dotenv": "^16.0.3",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"mailslurp-client": "^15.7.5",
"pre-commit": "^1.2.2",
"prettier": "^3.1.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"typescript": "5.3.3"
}
}