-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "hermanyvoices.org",
"version": "0.5.0",
"private": true,
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"export": "next export",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@radix-ui/react-accordion": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cloudinary-build-url": "^0.2.4",
"he": "^1.2.0",
"netlify-plugin-cloudinary": "^1.0.3",
"next": "^13.1.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.2",
"postcss-preset-env": "^7.3.2",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.0",
"sanity": "^3.2.4",
"stripe": "^11.7.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.30.0",
"@stripe/stripe-js": "^1.46.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"husky": "^7.0.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.19"
}
}