-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 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
{
"name": "erulabs.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid",
"trailingComma": "es5"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.7",
"@types/mdx": "^2.0.13",
"color-scheme": "^1.0.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"gray-matter": "^4.0.3",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-p5": "^1.4.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.32.5"
},
"devDependencies": {
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.8.3",
"typescript": "5.7.3"
},
"packageManager": "yarn@4.12.0"
}