-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 1.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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bcms --pull types --lng ts && next dev",
"build": "bcms --pull types --lng ts && next build",
"start": "bcms --pull types --lng ts && next start",
"lint": "bcms --pull types --lng ts && next lint"
},
"dependencies": {
"@thebcms/cli": "^1.2.6",
"@thebcms/client": "^1.4.1",
"@thebcms/components-react": "^1.2.2",
"@thebcms/types": "^1.1.0",
"@thebcms/utils": "^1.1.0",
"classnames": "^2.5.1",
"next": "14.2.14",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}