-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 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
{
"name": "with-chakra-ui",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.10.0",
"npm": "9.5.1"
},
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider && next dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider && next build",
"start": "NODE_OPTIONS=--openssl-legacy-provider && next start -p $PORT",
"prod": "NODE_OPTIONS=--openssl-legacy-provider && next export"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.0.0",
"axios": "^0.24.0",
"dependencies": "^0.0.1",
"firebase": "^7.17.1",
"firebase-admin": "^10.0.0",
"framer-motion": "^4.0.0",
"google-auth-library": "^7.10.2",
"next": "^9.1.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^4.7.1",
"searchitunes": "^2.5.4"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}