generated from codegiik/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 885 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": "simple-trivia",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^1.33.3",
"ajv": "^8.11.0",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"cookies-next": "^2.0.4",
"fuse.js": "^6.5.3",
"mapbox-gl": "^2.8.0",
"next": "12.0.7",
"prettier": "^2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-mapbox-gl": "^5.1.1",
"react-message-popup": "^0.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.24"
}
}