forked from Bankless-Card/Bcard-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bcard-website",
"version": "0.1.1",
"homepage": "https://bankless-card.github.io/Bcard-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@glidejs/glide": "^3.6.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"convertkit-react": "^1.5.5",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"framer-motion": "^10.11.5",
"glidejs": "^2.1.0",
"mongoose": "^7.2.2",
"next": "13.5.1",
"next-api-decorators": "^2.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"sharp": "^0.32.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/glidejs__glide": "^3.6.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.2.7"
},
"resolutions": {
"postcss": "8.4.21",
"tslib": "2.5.0",
"csstype": "3.1.2",
"@emotion/memoize": "0.8.0",
"escape-string-regexp": "4.0.0",
"resolve": "2.0.0-next.4",
"chalk": "4.1.2",
"ansi-styles": "4.3.0",
"supports-color": "7.2.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"has-flag": "4.0.0",
"@emotion/is-prop-valid": "1.2.0",
"debug": "4.3.4",
"doctrine": "3.0.0",
"eslint-visitor-keys": "3.3.0",
"glob-parent": "6.0.2",
"ms": "2.1.3",
"acorn": "8.8.2",
"glob": "7.2.3",
"globby": "13.1.3",
"semver": "7.3.8",
"slash": "4.0.0"
}
}