-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"name": "seejti",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"prestart": "git pull && npm install",
"dev": "git pull && npm install && vite",
"lazy": "vite",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "nightwatch tests/e2e/*",
"test:unit": "nightwatch src/**/__tests__/*",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@headlessui/vue": "^1.7.23",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.8",
"headlessui": "^0.0.0",
"heroicons": "^2.2.0",
"material-icons": "^1.13.12",
"vue": "^3.5.12",
"vue-iconsax": "^2.0.0",
"vue-router": "^4.5.0",
"vuesax": "^3.12.2",
"vuesax3": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@nightwatch/vue": "^3.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"chromedriver": "^130.0.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.0",
"geckodriver": "^4.5.1",
"nightwatch": "^3.8.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"vite": "^5.4.10",
"vite-plugin-nightwatch": "^0.4.6"
}
}