-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.05 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
71
{
"name": "open-visualization",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"yarn:next\" \"yarn:slicemachine\"",
"next": "next dev",
"build": "rm -rf .next/cache/fetch-cache && next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@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",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@types/node": "20.8.9",
"@types/react": "18.2.32",
"@types/react-dom": "18.2.14",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"lucide-react": "^0.466.0",
"markdown-it": "^14.1.0",
"next": "15.1.0",
"next-nprogress-bar": "^2.3.15",
"next-secure-headers": "^2.2.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-waypoint": "^10.3.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1"
},
"devDependencies": {
"@prismicio/types": "^0.2.8",
"@slicemachine/adapter-next": "^0.3.21",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^14",
"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"
},
"volta": {
"node": "20.18.1",
"_yarnComment_": "Vercel only supports Yarn 1",
"yarn": "1.22.22"
}
}