-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.79 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
64
65
66
67
68
69
70
{
"name": "memdeck.org",
"private": true,
"version": "0.0.1",
"description": "Memorized Deck Tools",
"type": "module",
"homepage": "https://github.com/julienroussel/memdeck.org#readme",
"bugs": {
"url": "https://github.com/julienroussel/memdeck.org/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julienroussel/memdeck.org.git"
},
"author": "Julien Roussel",
"scripts": {
"knip": "knip",
"dev": "vite",
"build": "knip && eslint . && tsc -b && vite build && fta src",
"lint": "eslint .",
"preview": "vite preview",
"fta": "fta src"
},
"devDependencies": {
"@eslint/js": "9.20.0",
"@react-router/dev": "7.1.5",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.20.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.19",
"fta-cli": "2.0.1",
"globals": "15.15.0",
"knip": "5.44.1",
"postcss": "8.5.2",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.5.0",
"typescript": "5.7.3",
"typescript-eslint": "8.24.0",
"vite": "6.1.0"
},
"dependencies": {
"@mantine/core": "7.16.3",
"@mantine/hooks": "7.16.3",
"@mantine/notifications": "7.16.3",
"@react-router/node": "7.1.5",
"@react-router/serve": "7.1.5",
"@tabler/icons-react": "3.30.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-ga4": "2.1.0",
"web-vitals": "4.2.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}