-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "open-visualization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"yarn:next\" \"yarn:slicemachine\"",
"next": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@prismicio/client": "^7.3.1",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.3.6",
"@prismicio/react": "^2.7.3",
"@prismicio/slice-simulator-react": "^0.2.3",
"@types/node": "20.8.9",
"@types/react": "18.2.32",
"@types/react-dom": "18.2.14",
"@vercel/analytics": "^1.1.1",
"clsx": "^2.0.0",
"lucide-react": "^0.289.0",
"next": "13.5.6",
"next-secure-headers": "^2.2.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@prismicio/types": "^0.2.8",
"@slicemachine/adapter-next": "^0.3.21",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint-config-harmony": "^3.0.4",
"jest": "^29.7.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prismic-ts-codegen": "^0.1.19",
"slice-machine-ui": "^1.18.0",
"stylelint": "^15.11.0",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
},
"prettier": "eslint-config-harmony/prettier",
"stylelint": {
"extends": "eslint-config-harmony/stylelint"
}
}