-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 4.82 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 4.82 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "osc",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/aviemet/osc.git",
"description": "Build a custom interface for controlling OSC devices on a local network",
"author": "Avram Walden <aviemet@gmail.com>",
"license": "MIT",
"packageManager": "yarn@4.3.0",
"type": "module",
"private": true,
"scripts": {
"start": "RACK_ENV=production RAILS_ENV=production PORT=80 NODE_ENV=production overmind start -f Procfile",
"dev": "RAILS_ENV=development PORT=3000 NODE_ENV=development overmind start -f Procfile.dev",
"build": "NODE_ENV=production yarn vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@inertiajs/core": "^2.0.3",
"@inertiajs/react": "^2.0.3",
"@linaria/core": "^6.2.0",
"@mantine/code-highlight": "^7.16.2",
"@mantine/core": "^7.16.2",
"@mantine/dates": "^7.16.2",
"@mantine/dropzone": "^7.16.2",
"@mantine/form": "^7.16.2",
"@mantine/hooks": "^7.16.2",
"@mantine/modals": "^7.16.2",
"@mantine/notifications": "^7.16.2",
"@mantine/tiptap": "^7.16.2",
"@mantine/vanilla-extract": "^7.16.2",
"@tabler/icons-react": "^3.29.0",
"@tanstack/react-query": "^5.66.0",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-code-block": "^2.11.5",
"@tiptap/extension-dropcursor": "^2.11.5",
"@tiptap/extension-gapcursor": "^2.11.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-history": "^2.11.5",
"@tiptap/extension-horizontal-rule": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-subscript": "^2.11.5",
"@tiptap/extension-superscript": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@xstate/react": "^5.0.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"dinero.js": "^1.9.1",
"google-libphonenumber": "^3.2.40",
"humanize-duration": "^3.32.1",
"lodash": "^4.17.21",
"normalize-url": "^8.0.1",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-html-props": "^2.0.9",
"react-icons": "^5.4.0",
"react-use-url": "^1.0.5",
"use-inertia-form": "^4.5.0",
"xstate": "^5.19.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.6",
"@eslint/json": "^0.10.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@tanstack/eslint-plugin-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.4",
"@wyw-in-js/vite": "^0.5.5",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"commitizen": "^4.3.1",
"eslint": "^9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.2",
"git-cz": "^4.9.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdom": "^26.0.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.4.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.4",
"webpack": "^5.97.1"
},
"browserslist": [
"defaults"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run lint:types && lint-staged"
}
},
"lint-staged": {
"*.{js,ts}": [
"npm run lint:fix"
],
"*.{md,json,yml}": [
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"ts-node": {
"moduleTypes": {
"postcss.config.ts": "cjs"
}
}
}