-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.89 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.89 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
{
"name": "elanora96.github.io",
"version": "2.4.0",
"description": "My personal site",
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start:ssr": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elanora96/elanora96.github.io.git"
},
"keywords": [
"react",
"vite",
"typescript",
"eslint",
"mdx",
"react router v7",
"ssr",
"frontend"
],
"author": "Elanora Manson",
"license": "ISC",
"bugs": {
"url": "https://github.com/elanora96/elanora96.github.io/issues"
},
"homepage": "https://elanora.lol",
"dependencies": {
"@mdx-js/rollup": "^3.0.1",
"@react-router/node": "^7.2.0",
"@react-router/serve": "^7.2.0",
"dayjs": "^1.11.12",
"isbot": "^5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@react-router/dev": "^7.2.0",
"@types/mdx": "^2.0.13",
"@types/node": "^24.0.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.9.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^16.0.0",
"husky": "^9.1.4",
"lint-staged": "^16.0.0",
"prettier": "^3.3.3",
"react-router-devtools": "^5.0.5",
"stylelint": "^16.8.2",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard": "^39.0.0",
"stylelint-no-indistinguishable-colors": "^2.3.0",
"stylelint-use-nesting": "^6.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"vite": "^7.0.4",
"vite-tsconfig-paths": "^5.0.1"
}
}