-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.35 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
45
46
47
48
49
{
"name": "shop101",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta3",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta3",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta3",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@stripe/stripe-js": "^1.23.0",
"axios": "^0.25.0",
"canvas-confetti": "^1.5.1",
"cookie": "^0.4.2",
"framer-motion": "^6.2.6",
"js-cookie": "^3.0.1",
"micro": "^9.3.4",
"next": "12.0.10",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-loading-skeleton": "^3.0.3",
"react-use": "^17.3.2",
"stripe": "^8.203.0",
"swr": "^1.2.2",
"ts-node": "^10.6.0"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/cookie": "^0.4.1",
"@types/micro": "^7.3.6",
"@types/node": "17.0.15",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.39",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}