-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 873 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
{
"name": "zaptec-billing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w pages",
"prices": "node parse.js"
},
"dependencies": {
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/server": "11.4.0",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"contentful": "^10.1.3",
"date-fns": "^2.28.0",
"iron-session": "^6.1.3",
"memory-cache": "^0.2.0",
"next": "12.1.6",
"node-fetch": "^3.2.6",
"react": "18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "18.1.0",
"react-query": "^3.39.1"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"prettier": "^2.6.2"
}
}