-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "next-mart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@devexpress/dx-react-core": "^3.0.2",
"@devexpress/dx-react-grid": "^3.0.2",
"@devexpress/dx-react-grid-bootstrap4": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/uuid": "^8.3.4",
"axios": "^0.26.1",
"crypto": "^1.0.1",
"formik": "^2.2.9",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"next": "12.1.0",
"npm": "^8.5.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"serverless-mysql": "^1.5.4",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}