-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"verify": "prettier --check .",
"eslint": "eslint . --ext js --ext jsx",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.257.0",
"@aws-sdk/signature-v4-crt": "^3.257.0",
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.6.3",
"@mantine/hooks": "^5.6.3",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.0.4",
"@supabase/ui": "^0.36.5",
"add": "^2.0.6",
"aws-sdk": "^2.1301.0",
"axios": "^1.2.4",
"bootstrap": "^5.2.3",
"eslint-config-prettier": "^8.6.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"hls.js": "^1.2.4",
"next": "12.3.1",
"plyr": "^3.7.2",
"react": "18.2.0",
"react-animejs-wrapper": "^1.0.35",
"react-bootstrap": "^2.6.0",
"react-dom": "18.2.0",
"react-filepond": "^7.1.2",
"react-icons": "^4.6.0",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^12.3.1",
"eslint-plugin-react": "^7.32.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.7"
}
}