-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 3.94 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "app",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "7",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/theme-one-dark": "^6.1.2",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/extension-code-block-lowlight": "^2.2.2",
"@tiptap/extension-link": "^2.2.2",
"@tiptap/extension-placeholder": "^2.2.2",
"@tiptap/extension-task-item": "^2.2.2",
"@tiptap/extension-task-list": "^2.2.2",
"@tiptap/extension-typography": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/react": "^2.2.2",
"@tiptap/starter-kit": "^2.2.2",
"@types/babel__core": "^7.20.5",
"axios": "^1.6.7",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
"compression-webpack-plugin": "9",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"date-fns": "^3.3.1",
"dompurify": "^3.0.9",
"embla-carousel-react": "^8.0.0-rc22",
"file-loader": "^6.2.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.323.0",
"mini-css-extract-plugin": "^2.7.7",
"next-themes": "^0.2.1",
"postcss-loader": "^8.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-html-parser": "^2.0.2",
"react-icons": "^5.0.1",
"react-on-rails": "13.4.0",
"resolve-url-loader": "^5.0.0",
"shakapacker": "7.2.0",
"sonner": "^1.4.0",
"style-loader": "^3.3.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"terser-webpack-plugin": "5",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"use-debounce": "^10.0.0",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5",
"zod": "^3.22.4"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-html-parser": "^2.0.6",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^9.0.10",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"react-refresh": "^0.14.0",
"webpack-dev-server": "4"
},
"scripts": {
"lint": "eslint client",
"lint:fix": "eslint --fix client",
"prettier": "prettier --write client",
"postinstall": "husky"
},
"engines": {
"node": "18.16.0",
"yarn": "1.22.21"
}
}