-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.17 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.17 KB
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
72
73
{
"name": "blog",
"version": "1.0.0",
"homepage": "https://solidw.github.io",
"scripts": {
"dev": "next",
"build": "next build",
"sitemap": "next-sitemap --config next-sitemap.config.js",
"export": "next export",
"start": "next start",
"typecheck": "tsc",
"lint": "eslint ./src --ext .jsx,.js,.tsx,.ts --cache --ignore-pattern .gitignore",
"lint:fix": "eslint --fix ./src --ext .jsx,.js,.tsx,.ts --cache --ignore-pattern .gitignore"
},
"workspaces": [
"blog-cli"
],
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@tanstack/react-query": "^4.0.10",
"blog-cli": "workspace:^",
"date-fns": "^2.28.0",
"emotion-normalize": "^11.0.1",
"eslint-config-next": "^13.0.0",
"front-matter": "^4.0.2",
"hastscript": "^7.0.2",
"ky": "^0.31.1",
"next": "^13",
"next-seo": "^5.4.0",
"next-transpile-modules": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^1.0.1",
"rehype-prism-plus": "^1.4.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0"
},
"devDependencies": {
"@next/env": "^12.1.6",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/remark-prism": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"clipanion": "^3.2.0-rc.11",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"globby": "^11",
"jest": "^28.1.1",
"next-sitemap": "^3.1.6",
"prettier": "^2.7.1",
"supports-color": "^9.2.2",
"ts-jest": "^28.0.5",
"typescript": "~4.8.4"
},
"license": "MIT",
"packageManager": "[email protected]"
}