-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
{
"name": "pineappleschdedule",
"private": true,
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite --port=8080 && npx tailwindcss -i ./src/css/style.css -o ./src/css/tailwind.css --minify",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"hotfix": "npx tailwindcss -i ./src/css/style.css -o ./src/css/tailwind.css --minify --watch",
"format": "prettier --ignore-path .gitignore --write \"src/**/*.{js,vue,ts}\""
},
"pre-commit": ["format"],
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@ant-design/icons-vue": "^6.1.0",
"@chenfengyuan/vue-carousel": "^2.0.0",
"@coleqiu/vue-drag-select": "^2.0.5",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.197",
"@vue/cli": "^5.0.8",
"animate.css": "^4.1.1",
"ant-design-vue": "^4.0.0",
"argon2": "^0.31.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.2.1",
"fund": "^1.0.0",
"jquery": "^3.7.0",
"prettier": "^3.2.4",
"splitpanes": "^3.1.5",
"update": "^0.7.4",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-accessible-color-picker": "^4.1.4",
"vue-cookies": "^1.8.3",
"vue-html2canvas": "^0.0.4",
"vue-lazyload": "^3.0.0",
"vue-router": "^4.2.2",
"vue-spinner": "^1.0.4",
"vue3-draggable-resizable": "^1.6.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.3",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"pre-commit": "^1.2.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}