-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
{
"name": "open-pos",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stripe/stripe-js": "^1.35.0",
"axios": "^0.27.2",
"faunadb": "^4.6.0",
"firebase": "^9.9.3",
"module-alias": "^2.2.2",
"next": "12.2.5",
"next-auth": "^4.10.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-data-table-component": "^7.5.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"sass": "^1.54.5",
"stripe": "^10.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/next-auth": "^3.15.0",
"@types/node": "^18.7.7",
"@types/react": "^18.0.17",
"@types/styled-components": "^5.1.26",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "^4.7.4"
},
"_moduleAliases": {
"@entities-services": "dist/modules/database/services",
"@entities": "dist/entities",
"@modules": "dist/modules"
}
}