-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "devrelbr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@prismicio/client": "^7.3.0",
"@prismicio/next": "^1.3.6",
"@prismicio/react": "^2.7.3",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@commitlint/config-conventional": "^17.7.0",
"@next/eslint-plugin-next": "^13.5.4",
"@slicemachine/adapter-next": "^0.3.19",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10",
"commitlint": "^17.7.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-helpers": "^1.3.1",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8",
"slice-machine-ui": "^1.16.0",
"tailwindcss": "^3",
"typescript": "^5"
}
}