-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.73 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
{
"name": "artconomy",
"version": "3.1.0",
"type": "module",
"private": true,
"description": "Where artists and commissioners meet!",
"author": "Fox Piacenti <[email protected]>",
"scripts": {
"serve": "vite --host",
"build": "wasm-pack build --out-dir=../../frontend/lib/lines rust/line_items --features=wasm && vue-tsc --noEmit && vite build",
"build:quick": "vue-tsc --noEmit && vite build",
"supportedBrowsers": "echo \"export default $(browserslist-useragent-regexp --allowHigherVersions);\" > frontend/supportedBrowsers.js",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore",
"test": "TZ=\"America/Chicago\" vitest"
},
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@devindex/vue-mask": "^2.0.3",
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@mdi/js": "^7.4.47",
"@sentry/vite-plugin": "^2.22.4",
"@sentry/vue": "^8.30.0",
"@stripe/stripe-js": "^4.1.0",
"@tato30/vue-pdf": "^1.10.0",
"@uppy/core": "^4.2.0",
"@uppy/dashboard": "^4.1.0",
"@uppy/url": "^4.1.0",
"@uppy/xhr-upload": "^4.2.0",
"axios": "^1.6.0",
"browserslist": "*",
"date-fns": "^3.3.1",
"list-diff.js": "^0.1.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^14.1.0",
"qrcode": "^1.5.3",
"reconnecting-websocket": "^4.4.0",
"roboto-fontface": "*",
"simple-icons": "^9.19.1",
"sortablejs": "^1.15.3",
"sortablejs-vue3": "^1.2.11",
"uuid": "^11.0.3",
"vue": "^3.5.12",
"vue-observe-visibility": "^2.0.0-alpha.1",
"vue-router": "^4.3.2",
"vuetify": "^3.7.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@testing-library/vue": "^8.1.0",
"@types/lodash": "^4.14.201",
"@types/markdown-it": "^13.0.6",
"@types/node": "^18.15.0",
"@types/qrcode": "^1.5.5",
"@types/sortablejs": "^1.15.7",
"@types/uuid": "^9.0.7",
"@uppy/companion": "^5.1.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-istanbul": "^2.0.5",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.6",
"browserslist-useragent-regexp": "^4.1.0",
"css.escape": "^1.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"flush-promises": "^1.0.2",
"jsdom": "^23.0.1",
"resize-observer-polyfill": "^1.5.1",
"short-stuff": "^1.1.0",
"stylus": "^0.61.0",
"typescript": "^5.0.0",
"unplugin-fonts": "^1.0.3",
"vite": "^5.4.3",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-vuetify": "^2.0.4",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.0.5",
"vitest-mock-axios": "^0.1.0",
"vitest-websocket-mock": "^0.4.0",
"vue-tsc": "^2.0.29"
}
}