-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.28 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
50
{
"name": "shoes-commerce",
"author": "Muhammad Yusuf <hello@iamyuu.dev>",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"lint": "next lint",
"type-check": "tsc --pretty --noEmit"
},
"dependencies": {
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/react": "1.8.6",
"@emotion/cache": "11.7.1",
"@emotion/react": "11.8.2",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@reduxjs/toolkit": "1.8.0",
"@stripe/stripe-js": "1.25.0",
"framer-motion": "6.2.8",
"isomorphic-unfetch": "3.1.0",
"next": "12.1.0",
"next-translate": "1.3.5",
"next-usequerystate": "1.7.3",
"nprogress": "0.2.0",
"preact": "10.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "3.1.4",
"react-hook-inview": "4.5.1",
"react-redux": "7.2.6",
"redux-persist": "6.0.0",
"stripe": "8.210.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/nprogress": "0.2.0",
"@types/react": "17.0.40",
"eslint": "8.11",
"eslint-config-next": "12.1",
"husky": "7.0",
"lint-staged": "12.3",
"msw": "0.39.2",
"prettier": "2.6",
"typescript": "4.6"
}
}