-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "content-ops-starter",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.1",
"@algolia/autocomplete-theme-classic": "^1.17.1",
"algoliasearch": "^4.24.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"front-matter": "^4.0.2",
"glob": "^10.4.2",
"markdown-to-jsx": "^7.4.7",
"marked": "^13.0.1",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.4",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@base2/pretty-print-object": "^1.0.2",
"@stackbit/cms-git": "^1.0.3",
"@stackbit/types": "^2.0.1",
"@types/glob": "^8.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
},
"main": "next.config.js"
}