-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 4.78 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
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
{
"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 foreman start -f Procfile",
"dev": "RAILS_ENV=development PORT=3000 NODE_ENV=development foreman start -f Procfile.dev",
"build": "NODE_ENV=production yarn vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@inertiajs/core": "^1.2.0",
"@inertiajs/react": "^1.2.0",
"@linaria/core": "^6.2.0",
"@mantine/code-highlight": "^7.13.0",
"@mantine/core": "^7.13.0",
"@mantine/dates": "^7.13.0",
"@mantine/dropzone": "^7.13.0",
"@mantine/form": "^7.13.0",
"@mantine/hooks": "^7.13.0",
"@mantine/modals": "^7.13.0",
"@mantine/notifications": "^7.13.0",
"@mantine/tiptap": "^7.13.0",
"@mantine/vanilla-extract": "^7.13.0",
"@tabler/icons-react": "^3.18.0",
"@tanstack/react-query": "^5.56.2",
"@tiptap/core": "^2.7.4",
"@tiptap/extension-code-block": "^2.7.4",
"@tiptap/extension-dropcursor": "^2.7.4",
"@tiptap/extension-gapcursor": "^2.7.4",
"@tiptap/extension-highlight": "^2.7.4",
"@tiptap/extension-history": "^2.7.4",
"@tiptap/extension-horizontal-rule": "^2.7.4",
"@tiptap/extension-link": "^2.7.4",
"@tiptap/extension-subscript": "^2.7.4",
"@tiptap/extension-superscript": "^2.7.4",
"@tiptap/extension-text-align": "^2.7.4",
"@tiptap/extension-underline": "^2.7.4",
"@tiptap/pm": "^2.7.4",
"@tiptap/react": "^2.7.4",
"@tiptap/starter-kit": "^2.7.4",
"@xstate/react": "^4.1.3",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"dinero.js": "^1.9.1",
"google-libphonenumber": "^3.2.38",
"humanize-duration": "^3.32.1",
"lodash": "^4.17.21",
"normalize-url": "^8.0.1",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-html-props": "^2.0.9",
"react-icons": "^5.3.0",
"react-use-url": "^1.0.5",
"use-inertia-form": "^4.3.1",
"xstate": "^5.18.2",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@stylistic/eslint-plugin": "^2.8.0",
"@tanstack/eslint-plugin-query": "^5.58.1",
"@tanstack/react-query-devtools": "^5.58.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.1",
"@wyw-in-js/vite": "^0.5.4",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"commitizen": "^4.3.1",
"eslint": "^9.11.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"git-cz": "^4.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1",
"webpack": "^5.95.0"
},
"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"
}
}
}