forked from canaryGrapher/project-anant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 811 Bytes
/
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
{
"name": "project-anant",
"version": "0.1.0",
"private": true,
"description": "Frontend for the aNANt project",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config sitemap.js"
},
"dependencies": {
"axios": "^0.27.2",
"b64-to-blob": "^1.2.19",
"file-saver": "^2.0.5",
"next": "latest",
"nextjs-cors": "^2.1.1",
"ngl": "^0.10.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-ngl": "^0.2.3",
"react-tooltip": "^5.10.1",
"supertokens-auth-react": "^0.21.3",
"supertokens-node": "^9.2.3"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"next-sitemap": "^3.0.5",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}