-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 943 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
38
39
{
"name": "ecommerce-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.26.1",
"chakra-ui-steps": "^1.7.2",
"framer-motion": "^6.3.0",
"js-file-download": "^0.4.12",
"next": "12.1.5",
"react": "18.0.0",
"react-confetti": "^6.0.1",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.2",
"react-query": "^3.38.0",
"react-slick": "^0.29.0",
"recoil": "^0.7.1",
"recoil-nexus": "^0.3.15",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}