-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.89 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"homepage": "https://owenmoogk.github.io/",
"name": "owenmoogk.github.io",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"start": "concurrently --kill-others \"less-watch-compiler src/less src main.less\" \"vite\"",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"js-yaml": "^4.1.0",
"pigeon-maps": "^0.21.6",
"react": "^18.3.1",
"react-compare-image": "^3.4.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.4.0",
"react-photo-album": "^3.0.2",
"react-router": "^7.0.1",
"react-router-dom": "^7.0.1",
"react-showdown": "^2.3.1",
"yet-another-react-lightbox": "^3.21.7"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.27.4"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"less-watch-compiler": "^1.16.3",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^2.2.0"
}
}