-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.56 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
84
85
86
{
"name": "threadly",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "GENERATE_SOURCEMAP=false next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write .",
"snyk:test": "snyk test"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.30",
"@stripe/react-stripe-js": "^2.9.0",
"@stripe/stripe-js": "^4.10.0",
"@tanstack/react-query": "^5.61.3",
"@types/amazon-cognito-auth-js": "^1.3.4",
"@types/stripe-v3": "^3.1.33",
"autoprefixer": "^10.4.20",
"aws-amplify": "^6.10.0",
"aws-jwt-verify": "^4.0.1",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.8",
"cookie": "^0.7.2",
"dompurify": "^3.2.1",
"dotenv": "^16.4.5",
"gsap": "^3.12.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.2",
"lucide-react": "^0.462.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^14.2.17",
"node": "^22.11.0",
"obscenity": "^0.4.0",
"pg": "^8.13.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-transition-group": "^4.4.5",
"sharp": "^0.33.5",
"stripe": "^16.12.0",
"styled-components": "^6.1.13",
"swiper": "^11.1.14",
"uninstall": "^0.0.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.25.2",
"@eslint/js": "^9.10.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.53.0",
"@types/cookie": "^0.6.0",
"@types/dompurify": "^3.0.5",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/js-cookie": "^3.0.6",
"@types/jwk-to-pem": "^2.0.3",
"@types/lodash": "^4.17.7",
"@types/lodash.debounce": "^4.0.9",
"@types/micro-cors": "^0.1.5",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"prettier": "3.3.3",
"snyk": "^1.1293.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.5.0"
}
}