generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "nextjs-app-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/s3-presigned-post": "^3.556.0",
"@aws-sdk/s3-request-presigner": "^3.563.0",
"@emailjs/browser": "^4.3.3",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@types/dotenv": "^8.2.0",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"env": "^0.0.2",
"framer-motion": "^11.0.6",
"iron-session": "^8.0.1",
"jose": "^5.3.0",
"jsonwebtoken": "^9.0.2",
"micro": "^10.0.1",
"moment": "^2.30.1",
"mongoose": "^7.6.8",
"motion": "^10.17.0",
"next": "^14.1.0",
"node": "^21.6.2",
"nopt": "^7.2.1",
"npmlog": "^7.0.1",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.8.1",
"react-number-format": "^5.3.4",
"sharp": "^0.33.3",
"stripe": "^15.7.0",
"wouter": "^3.1.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5"
}
}