-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.05 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
{
"name": "z.umn.edu",
"version": "0.0.0",
"private": true,
"description": "Link shortening for the University of Minnesota",
"repository": "https://github.com/UMN-LATIS/z.git",
"license": "MIT",
"author": "UMN LATIS <[email protected]>",
"main": "index.js",
"scripts": {
"cypress:all": "concurrently \"npm run cypress:rails\" \"npm run cypress:open\"",
"cypress:open": "npx cypress open",
"cypress:rails": "bin/foreman start -f Procfile.test",
"cypress:run": "npx cypress run --browser chrome"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@umn-latis/cla-vue-template": "^1.2.1",
"axios": "^1.7.9",
"datatables.net": "^2.1.8",
"datatables.net-bs4": "^2.1.8",
"datatables.net-buttons": "^3.2.0",
"datatables.net-select": "^2.1.0",
"datatables.net-vue3": "^3.0.2",
"dayjs": "^1.11.13",
"deepmerge-ts": "^7.1.3",
"p-debounce": "^4.0.0",
"vue": "^3.5.13",
"vue-turbolinks": "^2.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cypress": "^13.17.0",
"cypress-browser-permissions": "^1.1.0",
"cypress-on-rails": "^0.1.0",
"cypress-real-events": "^1.13.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.2",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.1",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]"
}