forked from Andamio-Platform/Andamio-NextJS-Starter
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "starter-next-ts-template",
"description": "An Andamio App starter template",
"version": "1.0.0-alpha",
"private": true,
"author": "Andamio Team",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p",
"lint": "next lint"
},
"dependencies": {
"@andamiojs/core": "1.0.1-alpha.1",
"@babel/core": "7.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@markdoc/markdoc": "^0.3.4",
"@markdoc/next.js": "^0.3.4",
"@meshsdk/core": "1.5.7-beta.1",
"@meshsdk/react": "1.1.9",
"@types/blake2b": "^2.1.3",
"blake2b": "^2.1.4",
"bright": "^0.8.4",
"formik": "^2.4.5",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "16.8.0",
"react-youtube": "^10.1.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.4.19",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"daisyui": "^3.9.4",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"typescript": "4.6.4"
}
}