-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.24 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
{
"private": true,
"scripts": {
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"dev": "vite",
"build": "vite build",
"cypress": "cypress open --env failOnSnapshotDiff=false",
"cypress:headless": "cypress run --browser chrome",
"cypress:update-image-snapshots": "cypress run --browser chrome --env updateSnapshots=true",
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test:watch": "npm run jest -- --watch",
"test:e2e": "npm run cypress:headless",
"test:unit": "npm run jest",
"test": "npm run test:unit && npm run test:e2e",
"lint": "eslint './**/*.{js,mjs,cjs,vue}'",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@simonsmith/cypress-image-snapshot": "^8.1.2",
"@types/jest": "^29.5.12",
"@types/quill": "^2.0.14",
"@types/ramda": "^0.30.0",
"@types/stopword": "^2.0.3",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"bundlewatch": "^0.3.3",
"cross-env": "^7.0.3",
"cypress": "13.10.0",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-vue": "^9.26.0",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"laravel-vite-plugin": "^1.0.2",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"sass": "^1.77.4",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.9",
"@umn-latis/cla-vue-template": "^1.1.0",
"@umn-latis/quill-better-image-module": "^0.2.2",
"@vue-a11y/announcer": "^3.1.5",
"axios": "^1.6",
"bootstrap": "^4.6.0",
"chart.js": "^4.4.2",
"chartjs-chart-wordcloud": "^4.4.0",
"color": "^4.2.3",
"compromise": "^14.13.0",
"difflib": "^0.2.4",
"dotenv": "^16.4.5",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"js-beautify": "^1.15.1",
"katex": "^0.16.10",
"laravel-echo": "^1.16.1",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"mathquill4quill": "^2.4.0",
"medium-zoom": "^1.1.0",
"popper.js": "^1.16.1",
"pug-beautify": "^0.1.1",
"pusher-js": "^8.3.0",
"query-string": "^9.0.0",
"quill": "^2.0.2",
"ramda": "^0.30.0",
"set-clustering": "^1.1.0",
"simpleheat": "^0.4.0",
"socket.io-client": "^2.4.0",
"stemmer": "^2.0.1",
"stopword": "^3.0.1",
"vue": "^3.4.27",
"vue-carousel": "^0.18.0",
"vue-chartjs": "^5.3.1",
"vue-easy-lightbox": "^1.19.0",
"vue-fullscreen": "^3.1.1",
"vue-google-charts": "^1.1.0",
"vue-json-csv": "^2.1.0",
"vue-router": "^4.3.2",
"vue-select": "^4.0.0-beta.6",
"vue-template-compiler": "^2.7.16",
"vuedraggable": "^4.1.0",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuex": "^4.1.0"
},
"resolutions": {
"d3-selection": "1.3.0",
"autoprefixer": "10.4.5"
},
"browserslist": [
"defaults",
"not IE 11"
]
}