-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 876 Bytes
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
{
"name": "paintbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress run"
},
"dependencies": {
"@supabase/supabase-js": "^1.35.4",
"cloudinary-react": "^1.8.0",
"dotenv": "^16.0.1",
"i": "^0.3.7",
"multer": "^1.4.5-lts.1",
"next": "12.1.6",
"next-auth": "^4.8.0",
"next-connect": "^0.12.2",
"pg": "^8.7.3",
"pg-promise": "^10.11.1",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"reactjs-popup": "^2.0.5",
"styled-components": "^5"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"cypress": "^10.3.0",
"dotenv": "^16.0.1",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6"
}
}