-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.61 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"dependencies": {
"@babel/core": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "7.25.9",
"@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",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.2.0",
"bootstrap": "^5.3.2",
"date-fns": "^4.1.0",
"font-awesome": "^4.7.0",
"i18next": "^23.11.3",
"postcss": "^8.4.41",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-i18next": "^15.0.0",
"react-sortablejs": "^6.1.4",
"react-swipeable": "^7.0.0",
"react_ujs": "^3.1.1",
"sass": "^1.75.0",
"sortablejs": "^1.15.1",
"tinymce": "^7.2.1",
"typescript": "5.6.3",
"vite": "^5.0.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.0",
"yaml-loader": "^0.8.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@types/sortablejs": "^1.15.7",
"@types/tinymce": "^4.6.6",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.30.0",
"prettier": "^3.0.1"
},
"babel": {
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-react",
{
"runtime": "automatic",
"importSource": "@emotion/react"
}
]
],
"plugins": [
"@emotion"
]
},
"browserslist": [
"defaults"
],
"name": "heimv",
"version": "2.0.0",
"main": "index.js",
"repository": "[email protected]:diegosteiner/heimv.git",
"author": "Diego Steiner <[email protected]>",
"private": true,
"scripts": {
"check:types": "tsc --project tsconfig.json",
"check:style": "biome check --fix app/javascript"
}
}