forked from sohamtamboli/ampt-image-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.39 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.39 KB
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
{
"name": "@ampt-templates/nextjs",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"ampt:build": "ampt-next build",
"ampt:dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ampt/cli": "^1.0.15",
"@ampt/data": "^1.0.10",
"@ampt/nextjs": "^2.0.13",
"@ampt/sdk": "^1.0.7",
"@headlessui/react": "^1.7.17",
"@tailwindcss/forms": "^0.5.6",
"@tanstack/react-query": "^5.4.3",
"amazon-cognito-identity-js": "^6.3.6",
"aws-jwt-verify": "^4.0.0",
"axios": "^1.6.0",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"next": "^13.5.6",
"notistack": "^3.0.1",
"query-string": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-lottie-player": "^1.5.5"
},
"devDependencies": {
"@types/cookie": "^0.5.3",
"@types/js-cookie": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3",
"typescript": "^5"
},
"ampt": {
"app": "ampt-icon-generator",
"runtime": "nodejs18",
"org": "sohamtamboli861135"
},
"files": [
"*"
]
}