-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 954 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
34
35
36
37
{
"name": "design-junction",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@szhsin/react-menu": "^1.11.0",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"mongoose": "^5.13.7",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-hot-toast": "^2.1.0",
"react-iconly": "^2.2.3",
"react-mailchimp-subscribe": "^2.1.3",
"react-menu": "^0.0.10",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/gtag.js": "0.0.7",
"@types/react": "17.0.17",
"@types/react-mailchimp-subscribe": "^2.1.1",
"autoprefixer": "^10.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}