-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.54 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "export TEST_ENV='acceptance' && export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && export DOCKER_CHROMIUM_USE_IMAGE='bertuz/docker-chromium:chromium103.0.5060.53' && export TEST_URL=$(hostname | awk '{print $1}') && yarn build && jest"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@supabase/supabase-js": "^2.45.4",
"@types/express-useragent": "^1.0.2",
"@types/jwk-to-pem": "^2.0.1",
"@types/node-jose": "^1.1.10",
"@types/uuid": "^8.3.4",
"axios": "^0.27.2",
"buffer-image-size": "^0.6.4",
"express-useragent": "^1.0.15",
"jest-environment-jsdom": "^28.1.1",
"jwk-to-pem": "^2.0.5",
"mongodb": "^4.5.0",
"next": "^13.4.4",
"next-auth": "^4.3.4",
"node-jose": "^2.1.1",
"pusher": "^5.0.1",
"pusher-js": "^7.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@emotion/babel-plugin": "^11.7.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^28.1.6",
"@types/jest-environment-puppeteer": "^5.0.2",
"@types/jest-image-snapshot": "^5.1.0",
"@types/node": "17.0.21",
"@types/react": "18.0.12",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.17.0",
"docker-chromium": "https://github.com/bertuz/docker-chromium-img.git#explicit-platform",
"eslint": "^8.12.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"ignore-loader": "^0.1.2",
"jest": "^28.1.1",
"jest-image-snapshot": "^5.1.0",
"jest-puppeteer-docker": "https://github.com/bertuz/jest-puppeteer-docker.git#specify-docker-build",
"postcss-syntax": "^0.36.2",
"pptr-testing-library": "^0.7.0",
"prettier": "^2.6.1",
"puppeteer": "^15.1.0",
"puppeteer-extensions": "^1.0.3",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"typescript": "4.6.2"
}
}