-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 985 Bytes
/
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
{
"name": "blog",
"private": true,
"scripts": {
"dev": "pluffa dev",
"build": "pluffa build",
"start": "pluffa start",
"staticize": "pluffa staticize",
"build-static": "yarn build && yarn staticize && rm -r ./build/static"
},
"dependencies": {
"dayjs": "^1.11.3",
"front-matter": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"rehype-highlight": "^5.0.2"
},
"devDependencies": {
"@pluffa/node": "^0.8.3",
"@types/node": "^18.0.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"pluffa": "^0.8.3",
"sass": "^1.53.0"
},
"browserslist": {
"production": [
">5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@1.22.19"
}