-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.91 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
{
"name": "the-juicy-bits.",
"version": "1.0.0",
"private": true,
"description": "Juice Shop",
"scripts": {
"dev": "next dev",
"studio": "cd studio && sanity start",
"build": "echo 'Building Sanity to public/studio…' && cd studio && sanity build ../public/studio -y && cd .. && next build",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"",
"start": "vercel dev",
"postinstall": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hussamkhatib/The-Juicy-bits.git"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.8",
"@hookform/resolvers": "^2.9.7",
"@reduxjs/toolkit": "^1.8.5",
"@sanity/client": "^2.7.1",
"@sanity/image-url": "^0.140.22",
"classnames": "^2.3.1",
"cuid": "^2.1.8",
"firebase": "^9.9.3",
"lodash.debounce": "^4.0.8",
"next": "^12.3.0",
"next-sanity": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-hook-form": "^7.34.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.5",
"@sanity/cli": "^2.31.0",
"autoprefixer": "^10.4.5",
"concurrently": "^5.3.0",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"lerna": "^3.22.1",
"postcss": "^8.4.12",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"sanity-template": "^2.1.1",
"tailwindcss": "^3.0.24"
},
"keywords": [],
"author": "Hussam Khatib <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hussamkhatib/The-Juicy-bits#readme"
}