-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"prettier": "prettier --write . --ignore-path .gitignore --ignore-path .prettierignore",
"test": "jest --watch"
},
"dependencies": {
"@trezor/connect-web": "^9.0.8",
"dropbox": "^10.34.0",
"next": "^14.2",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/bundle-analyzer": "^13.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"cypress": "^13.14.2",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.1.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "3.2.5",
"sass": "^1.62.0",
"typescript": "5.4.5"
}
}