-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "left4web",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx npm-force-resolutions",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.216.0",
"@aws-sdk/lib-dynamodb": "^3.216.0",
"@next-auth/dynamodb-adapter": "^1.0.5",
"@react-three/fiber": "^8.9.1",
"autoprefixer": "^10.4.13",
"aws-sdk": "^2.1260.0",
"cookies-next": "^2.1.1",
"jimp-compact": "^0.16.2",
"micro": "^9.4.1",
"next": "^13.0.4",
"next-auth": "^4.17.0",
"node-fetch": "^3.3.0",
"nodemailer": "^6.8.0",
"postcss": "^8.4.19",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-modal": "^3.16.1",
"react-multi-carousel": "^2.8.2",
"sharp": "^0.31.2",
"stripe": "^11.1.0",
"tailwindcss": "^3.2.4",
"three": "^0.146.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.4",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.4",
"eslint-plugin-react": "^7.30.1"
}
}