-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.03 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.03 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
72
73
74
75
76
77
{
"dependencies": {
"@babel/core": "7.29.0",
"@babel/plugin-transform-runtime": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "7.29.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.8.2",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@popperjs/core": "^2.11.4",
"@rails/ujs": "^7.0.2-2",
"@vitejs/plugin-react": "^6.0.1",
"axios": "^1.13.6",
"bootstrap": "^5.3.2",
"date-fns": "^4.1.0",
"es-toolkit": "^1.45.0",
"font-awesome": "^4.7.0",
"i18next": "^26.0.0",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^11.0.0",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-bootstrap": "^2.3.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.70.0",
"react-i18next": "^17.0.0",
"react-swipeable": "^7.0.0",
"sass": "^1.97.2",
"sortablejs": "^1.15.1",
"tinymce": "^8.1.2",
"typescript": "6.0.2",
"uuid": "^13.0.0",
"vite": "^8.0.0",
"vite-plugin-rails": "^0.6.0",
"vite-plugin-ruby": "^5.2.0",
"yaml-loader": "^0.9.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/sortablejs": "^1.15.7"
},
"babel": {
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-react",
{
"runtime": "automatic",
"importSource": "@emotion/react"
}
]
],
"plugins": [
"@emotion"
]
},
"browserslist": [
"defaults"
],
"repository": "git@github.com:diegosteiner/heimv.git",
"author": "Diego Steiner <diego.steiner@u041.ch>",
"private": true,
"scripts": {
"check:types": "tsc --project tsconfig.json",
"check:lint": "biome check --fix app/javascript"
}
}