-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.22 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": "octalogic-blog",
"version": "0.1.0",
"private": false,
"license": "BSD-3-Clause",
"author": {
"name": "Octalogic Tech",
"email": "[email protected]",
"url": "https://octalogic.in/"
},
"scripts": {
"dev": "doppler run -- concurrently \"npm:next:dev\" \"npm:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"next:dev": "next dev",
"build": "next build",
"postbuild": "npx next-sitemap",
"start": "next start",
"lint": "next lint -c .eslintrc.production.json",
"prettier:format": "npx prettier --write \"**/*.{tsx,ts,jsx,js,css,json,css,scss,md}\"",
"prettier:check": "npx prettier \"**/*.{tsx,ts,jsx,js,css,json,css,scss,md}\" --check",
"prepare": "husky install",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^7.2.0",
"@prismicio/next": "^1.3.5",
"@prismicio/react": "^2.7.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint": "8.50.0",
"next": "^13.5.3",
"next-seo": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"voca": "^1.4.1"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.18",
"@types/node": "20.8.0",
"@types/react": "^18.2.23",
"@types/react-dom": "18.2.8",
"@types/voca": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"eslint": "8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"pretty-quick": "^3.1.3",
"slice-machine-ui": "^1.15.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}