-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 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
{
"name": "website",
"version": "1.0.0",
"description": "My website and blog",
"repository": {
"type": "git",
"url": "website"
},
"author": "Propfend",
"license": "Apache-2.0",
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
]
},
"dependencies": {
"@mdx-js/esbuild": "^3.1.1",
"clsx": "^2.1.1",
"jarmuz": "^0.8.0",
"nanoid": "^5.1.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"wouter": "^3.7.1"
},
"devDependencies": {
"@types/hotwired__turbo": "^8",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"ava": "^6.4.1",
"esbuild": "^0.25.8",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"fs-extra": "^11.3.1",
"glob": "^11.0.3",
"jarmuz": "^0.4.0",
"lodash": "^4.17.21",
"node-notifier": "^10.0.1",
"path-to-regexp": "^1.7.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"stylelint": "^16.23.1",
"stylelint-config-recommended": "^17.0.0",
"tempy": "^3.1.0",
"tsimp": "^2.0.12",
"tslib": "^2.8.1",
"typed-css-modules": "^0.9.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1"
},
"type": "module"
}